{{ config.title }}
{% if current_url %}
{% set_global path = "" %}
{% for c in this.components %}
{% set_global path = path ~ "/" ~ c %}
/
{{ c }}
{% endfor %}
{% else %}
/
404
{% endif %}
{% block content %} {% endblock %}