{% load wagtailcore_tags wagtailimages_tags %}
{% image self.image max-1000x1000 as resized_image %}
{% if not self.background %}
{% endif %}

{{ self.title }}

Pro zobrazení detailů
se dotkni karty.
{{ self.content|richtext }}
{% if self.button_text and self.button_url %}
{% include 'styleguide2/includes/atoms/buttons/round_button.html' with text=self.button_text url=self.button_url show_arrow_on_hover=True %}
{% endif %}