-
Lukas Ruge authoredLukas Ruge authored
post.html 600 B
---
layout: default
---
{% include site-header.html %}
{% include twittercard.html %}
<main class="main container">
<article class="article article--post blogpost content typeset">
<h1>{{ page.title }}</h1>
{% include post-meta.html %}
{{ content }}
{% if page.tags contains 'event' %}
{% include {{site.eventinfo}} uid=page.uid %}
{% endif %}
{% include post-license.html %}
{% include nav-share.html %}
{% include post-comments.html %}
</article>
{% if page.aside == true %}{% include site-aside.html %}{% endif %}
</main>
{% include site-footer.html %}