--- layout: default --- {% include site-header.html %}
{% if paginator.posts %} {% assign collectiondata = site.collections | where: "label", page.collectionpage | first %} {{ collectiondata.description | markdownify }} {% else %} {{ content }} {% endif %}
{% include post-list.html %}
{% if page.aside == true %}{% include site-aside.html %}{% endif %}
{% include site-footer.html %}