{% extends 'base.html.twig' %} {% block title %}Settings{% endblock %} {% block body %} {% include('parts/header.html.twig') %}
{% include('parts/background.html.twig') %}
{% if app.user.banner %}
Background image of {{ app.user.username }}
{% endif %}
Profile picture of {{ app.user.username }}
*
{#
#}
{% endblock %}