{% extends "district/base.html" %} {% load wagtailcore_tags wagtailimages_tags shared_filters %} {% block content %}

{{ page.title }}

{{ page.last_published_at|date:"SHORT_DATE_FORMAT" }}
{% for tag in page.tags.all %}
{{ tag }}
{% endfor %}
{% image page.image width-2000 as img %} {{ page.title }}

{{ page.perex }}

{{ page.text|markdown }}
Sdílení je aktem lásky
{% include "district/_more_articles.html" %} {% endblock %}