{% extends "base.html" %} {% block title %}Account - {{ site_name() }}{% endblock %} {% block head %} {% endblock %} {% block content %}
Account

Your account

Manage your profile, sign-in & security.

{% if user.picture_url %} {% else %} {% endif %}

Profile

{% for section in account_sections %} {% include section.template %} {% endfor %}
{% endblock %}