Newer
Older
<main class="main container">
<article class="article article--post blogpost content typeset">
<h1 class="articletitle">{{ page.title | markdownify | remove: '<p>' | remove: '</p>' }}</h1>
{% if page.tags contains 'event' -%}
{% include {{site.eventinfo}} uid=page.uid -%}
{% endif -%}
{% if page.categories contains 'project' -%}
{% include {{site.projectinfo}} -%}
{% endif -%}
{% if page.aside == true -%}{% include site-aside.html -%}{% endif -%}