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