{# Empty collection placeholder — encourages creating content #} {# Usage: {% include "components/empty-collection.njk" %} with postType set before include #} {% set typeInfo = null %} {% for pt in enabledPostTypes %} {% if pt.type == postType %}{% set typeInfo = pt %}{% endif %} {% endfor %}

No {{ title | lower }} yet

This is where your {{ title | lower }} will appear once you start creating content.

{% if typeInfo %} Create your first {{ postType }} {% endif %}