--- layout: default --- {% include site-header.html -%} {% include twittercard.html -%}
{% include post-meta-top.html -%}

{{ page.title | markdownify | remove: '

' | remove: '

' }}

{% include post-meta.html -%} {{ content }} {% if page.tags contains 'event' -%} {% include {{site.eventinfo}} uid=page.uid -%} {% endif -%} {% if page.categories contains 'project' -%} {% include {{site.projectinfo}} -%} {% endif -%} {% include post-license.html -%}
{% if page.aside == true -%}{% include site-aside.html -%}{% endif -%}
{% include site-footer.html -%}