{% load wagtailimages_tags %}

{{ self.title_line_1 }} {{ self.title_line_2 }}

{{ self.description }}

{% for box in self.list %} {% image box.image fill-480x480 as box_image %} {% include 'styleguide2/includes/molecules/boxes/image_with_button_box.html' with image=box_image button_text=box.button_text url=box.button_link title=box.title %} {% endfor %}
{% include 'styleguide2/includes/atoms/buttons/round_button.html' with url=page.root_page.people_page.url classes='inline-block bg-white text-black' button_text="Další lidé" %}