{% extends "base.html" %} {% block content %}
{% set section = namespace(section='') %} {% for set in settings %} {% if section.section|string() != set.2|string() %} {% endif %} {% set section.section = set.2 %} {% endfor %}
Parameter Value Description

{{ set.2 }} section

{{set.0}} {{set.3}}
{% endblock %}