{% extends "base.html" %} {% block stylesheets %} {% endblock %} {% block content %}

Profile

{% if success %} {% else %} {% for error in errors %}
{% endfor %} {% endif %} {% if confirm_email %} {% endif %}

{% endblock %} {% block scripts %} {% endblock %}