--- layout: default --- {% include site-header.html %}
{% if paginator.posts %} {% assign collectiondata = site.collections | where: "label", page.collectionpage | first %}

{{ collectiondata.title }}

{{ collectiondata.description | markdownify }} {% else %}

{{ page.title }}

{{ content }} {% endif %}
{% include post-list.html %}
{% if page.aside == true %}{% include site-aside.html %}{% endif %}
{% include site-footer.html %}