{% extends "layout.html" %} {% from "macros/msg_handlers.html" import error_info %} {% block main %}
{{ error_info(_('Security token did not match. Please refresh current page and re-perform form action.')) }}
{% endblock %}