friendenstein/templates/page.html

5 lines
104 B
HTML
Raw Normal View History

2023-07-04 02:37:44 +02:00
{% extends "base.html" %}
{% block content %}
2023-12-22 12:19:19 +01:00
{% include "base-page.html" %}
{% endblock content %}