Showcase
{% block path %} {% for segment in path %} {% if loop.index != 1 %} / {% endif %} {% if not loop.last %}
{{ segment.1 }}
{% else %} {{ segment.1 }} {% endif %} {% endfor %} {% endblock %}
{% block content %} {% endblock %}