{% if page.collectionpage %} {% assign collectiondata = site.collections | where: "label", page.collectionpage | first %} {% assign nofeature = collectiondata.nofeature %} {% elsif page.collection and page.collection != '' -%} {% assign collectiondata = site.collections | where: "label", page.collection | first %} {% assign nofeature = collectiondata.nofeature %} {% else %} {% assign nofeature = page.nofeature %} {% endif %}
{% if site.logo %}{% include site-logo.html %}{% endif %} {% include nav-header.html %}
{% include site-feature.html %} {% if nofeature %} {% else %} {% if page.aside == true %}
{% include space-status-mobile.html %}
{% endif %} {% endif %} {% if page.layout == "video" -%} {%- assign realslug = page.url | split:'/' | last -%} {% capture feature_image %}https://video.chaotikum.net/thumbnails/{{realslug}}_play.png{% endcapture -%} {% endif -%}