forked from kittv/web
1
0
Fork 0

Obsah stránky v sekci

search
Emil Miler 3 years ago
parent 5baacdd55a
commit 082b266bef

@ -1,6 +1,8 @@
{% extends "base.html" %}
{% block content %}
<h1>{{ page.title }}</h1>
{{ page.content | safe }}
<section>
<h1>{{ page.title }}</h1>
{{ page.content | safe }}
</section>
{% endblock content %}

Loading…
Cancel
Save