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

{{ page.title }}

{{ page.date|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|richtext }}
Sdílení je aktem lásky
{% include "district/more_articles_snippet.html" %} {% endblock %}