{{ page.title }}
{% if filtered_tag %} {% endif %} {% if page.content %}-
{% for article in articles %}
-
{% if article.image and article.show_image_on_homepage %}
{% image article.image max-400x400 as article_image %}
{% endif %}
{% for tag in article.tags.all %} {{ tag.name }} {% endfor %}{{ article.title }}
{% if not article.image or not article.show_image_on_homepage %}{{ article.shortened_perex }}
{% endif %} Přidáno {{ article.date }}
{% endfor %}