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

{{ page.title }}

{{ page.date }} {% if page.author %} {{ page.author }} {% endif %}
{% for tag in page.tags.all %} {% comment %}
{{ tag }}
{% endcomment %}
{{ tag }}
{% endfor %}
{% image page.image fill-1136x639 as img %} {{ img.title }}
{{ img.title }}
{% for block in page.content %} {% include_block block %} {% endfor %}

Další aktuality

{% for article in related_articles %} {% include "elections2021/_article_card.html" with article=article %} {% endfor %}
{% endblock %}