{% extends "_layout.html" %} {% block title %}Einstellungen — lazyflat{% endblock %} {% 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 == 'account' %}{% include "_settings_account.html" %} {% elif section == 'benutzer' %}{% include "_settings_users.html" %} {% endif %}
{% endblock %}