generated from hjess/PythonTemplateProject
Some checks failed
Build, Push, and Deploy to Nomad / docker-nomad (push) Has been cancelled
12 lines
239 B
HTML
12 lines
239 B
HTML
{% extends "base_template.html" %}
|
|
|
|
{% block title %}{{ category_name }} - PortugalFAQ{% endblock %}
|
|
|
|
{% block content %}
|
|
<header class="main">
|
|
<h1>{{ category_name }}</h1>
|
|
</header>
|
|
<div>
|
|
{{ content | safe }}
|
|
</div>
|
|
{% endblock %} |