{% if page.author_page.title or page.author %}
AUTOR ČLÁNKU:
{% firstof page.author.upper page.author_page.title.upper %}
{% for social in page.author_page.social_links %}
{% endfor %}
{% endif %}
{% if page.author_page.title or page.author %}
{% endif %}
{% for block in page.content %}
{% include_block block %}
{% endfor %}