website/templates/page.html
Alexander Borsuk 505d808f6c Use folders for privacy and terms for easier translations
Added missing page template instead of implicitly using base.html

Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-11-29 12:30:54 +01:00

9 lines
133 B
HTML

{% extends 'base.html' %}
{% block content %}
<h1>{{ resource.title }}</h1>
{{ resource.content | safe }}
{% endblock content %}