--- layout: default ---

{{ page.title }}

{{ page.date | date: "%d. %m. %Y" }}
{% if page.tags %} {% for tag in page.tags %} {% capture tagUrl %}{{ tag | prepend: '/tags/#' | relative_url }}{% endcapture %} {% include buttons/basic.html class="btn--grey-125 btn--condensed" cta=tag href=tagUrl %} {% endfor %} {% endif %}
{% if page.image %} {% include headline-media.html image=page.image title=page.title youtubeVideoId=page.youtubeVideoId %} {% endif %}
{{ content }}
{% include sharebox.html %} {% comment %}Optional infoboxes in the right row{% endcomment %} {% if page.infoboxes %} {% for infobox in page.infoboxes %} {% include article-infobox.html content=infobox.content %} {% endfor %} {% endif %}

Další podobné články

{% assign posts = site.posts | slice:0,3 %} {% include articles/list-responsive.html posts=posts %}
{% include buttons/icon.html cta="Zobrazit další" class="text-xl" icon="ico--chevron-right" href="/aktuality/" %}