{{ page.title }}
{{ page.date | date: "%d. %m. %Y" }}
{% include articles/author.html article=page %}
{% 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 %}
{{ 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 %}