{% extends "_layout.html" %} {% block content %}
{% if section == 'profil' %}{% include "_settings_profil.html" %} {% elif section == 'filter' %}{% include "_settings_filter.html" %} {% elif section == 'benachrichtigungen' %}{% include "_settings_notifications.html" %} {% elif section == 'partner' %}{% include "_settings_partner.html" %} {% elif section == 'account' %}{% include "_settings_account.html" %} {% endif %}
{% endblock %}