website/templates/page.html

6 lines
102 B
HTML
Executable File

{% extends "index.html" %}
{% block content %}
{{ page.content | safe }}
{% endblock content %}