{% extends "layout.html" %} {% block content %}
{% if context.error %}
{{ context.error }}
{% endif %}
{% endblock %}