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

Account

Signed in as {{ user.email or user.name or user.id }}.

Profile

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