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

User information

{% include 'flash_messages.html' %} {% if message %}

{{ message }}

{% endif %} {% from 'macros.html' import render_form %} {{ render_form(form, action_url=url_for('profile'), method='POST', action_text=_('update')) }} {% endblock %}