friendenstein/templates/page.html

6 lines
101 B
HTML
Raw Normal View History

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