{% load wagtailimages_tags %}
{% image article.image width-1024 class="w-full object-cover object-center h-[27rem]" %}
{{ article.date }}

{{ article.title }}

{% if article.tags %}
{% include 'styleguide2/includes/molecules/tags/inline_tags.html' with tags=article.get_tags tags_are_selectable=True %}
{% endif %}

{{ article.perex }}

{% include 'styleguide2/includes/atoms/buttons/round_button.html' with url=article.url text='Číst dále' show_arrow_on_hover=True %}