{{ page.perex }}

{{ page.text|richtext }}
{% if page.phone %} {{ page.phone }} {% endif %} {% if page.email %} {{ page.email }} {% endif %}
{% for social_link in page.social_links %} {% endfor %}
{% if page.calendar %}

Kalendář

{% include 'styleguide2/includes/atoms/calendar/calendar.html' with calendar_data=page.get_fullcalendar_data %}
{% endif %} {% if article_page_list %}

Články

{% for related_article in article_page_list %} {% image related_article.image fill-500x500 as article_image %} {% include 'styleguide2/includes/molecules/boxes/card_box.html' with url=related_article.url image=article_image header=related_article.title content=related_article.perex|shorten_perex description_classes='!bg-grey-180' date=related_article.date %} {% endfor %}
{% endif %} {% if page.related_people %}

Další lidé

{% for person in page.related_people %} {% with person.value as person %} {% image person.profile_image fill-500x500 as profile_image %} {% include 'styleguide2/includes/molecules/boxes/card_box.html' with image=profile_image url=person.url header=person.title content=person.position description_classes='!bg-grey-180' %} {% endwith %} {% endfor %}
{% endif %} {% include 'styleguide2/includes/organisms/main_section/newsletter_section.html' %}