{% extends 'base.html.twig' %} {% block title %}Settings{% endblock %} {% block body %} {% include('parts/header.html.twig') %} {% include('parts/background.html.twig') %} {% if app.user.banner %} {% endif %} * {# Description {{ app.user.description|default('') }} #} Country {% for country in countries %} {{ country.value }} {% endfor %} Email * Website Link Save Changes {% endblock %}