{{ page.title }}
{% if page.content %}-
{% for article in page.articles %}
-
{% for tag in article.tags.all %}
{{ tag.name }}
{% endfor %}
{{ article.title }}
{{ article.shortened_perex }}
Přidáno {{ article.date }}
{% endfor %}