{% load wagtailcore_tags %}
{% if image %} <{% if url %}a href="{{ url }}"{% else %}div{% endif %}> {{ header }} {% endif %}
{% if date %}
{{ date }}
{% endif %}
{% if header %}

{{ header }}

{% endif %}

{% if content_blocks %} {% for content_block in content_blocks %} {% include_block content_block %} {% endfor %} {% elif content %} {{ content }} {% endif %}

{% if url %}
{% include 'styleguide2/includes/atoms/buttons/round_button.html' with url=url text="Zjisti vĂ­ce" classes=None show_arrow_on_hover=True %}
{% endif %}