{% extends "base.html" %} {% block head %} {% endblock %} {% block content %}
{{ message }}
{% endif %} {% from 'macros.html' import render_form %} {{ render_form(form, action_url=url_for('profile'), method='POST', action_text=_('update')) }} {% endblock %}