Showcase

Root: {{ base }}
{% block path %} {% for segment in path %} {% if loop.index != 1 %} / {% endif %} {% if loop.last and is_dir %} {{ segment.1 }} {% else %} {{ segment.1 }} {% endif %} {% endfor %} {% endblock %}
{% block content %} {% endblock %}