{% load wagtailimages_tags %}
{% image article_page.image width-512 as image %}

{{ article_page.title }}

{{ article_page.date }} {% for tag in article_page.tags.all %} {{ tag }} {% endfor %}

{{ article_page.perex }}

{% include 'main/includes/href_button.html' with btn_link=article_page.url btn_text="Číst dále" %}