{% extends "base.html" %} {% load static wagtailcore_tags wagtailimages_tags %} {% block content %}

{{ page.title }}

{% if filtered_tag %}
Filtrovaný štítek: {{ filtered_tag }}
Zpět na seznam
{% endif %} {% if page.content %}
{{ page.content|richtext }}
{% endif %}
{% endblock %}