friendenstein/templates/page.html
2023-12-26 01:11:47 +01:00

5 lines
101 B
HTML

{% extends "base.html" %}
{% block content %}
{% include "base-page.html" %}
{% endblock content %}