Files
LifeFaq/templates/category.html
Henrik Jess Nielsen a549f3f7a6
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 41s
cache fix og title
2024-12-20 23:15:44 +01:00

13 lines
253 B
HTML

{% extends "base_template.html" %}
{% block title %}{{ page_title }} - PortugalFAQ{% endblock %}
{% block content %}
<header class="main">
<!-- Spacer for future header -->
<p></p>
</header>
<div>
{{ content | safe }}
</div>
{% endblock %}