mamweb/novinky/templates/novinky/stare_novinky.html
2024-08-04 16:57:39 +02:00

13 lines
182 B
HTML

{% extends 'base.html' %}
{% block content %}
<h1>
{% block nadpis1a %}
Archiv novinek
{% endblock %}
</h1>
{% include 'novinky/novinky.html' %}
{% endblock %}