{% extends 'global/master.tpl' %} {% block title %}{{ page.category }} / {{ page.mode }}{% endblock %} {% block content %}
{% include 'elements/settingsNavigation.tpl' %}

{{ page.category }} / {{ page.mode }}

{% for descline in page.description %}
{{ include(template_from_string(descline)) }}
{% endfor %}
{% include 'settings/' ~ current ~ '.tpl' %}
{% endblock %}