Files
web-semprace/templates/fotoarchiv.html
T
2023-10-06 01:29:43 +02:00

10 lines
129 B
HTML

{% extends "base.html" %}
{% block content %}
<section class="content">
<h1>fotoarchiv</h1>
</section>
{% endblock content %}