{% extends "ui/templates/base/layout.html" %}{% block content %}

{{ title }}

{% for error in errors %}
{{ error }}
{% endfor %}
{% endblock %}