{% extends "layout.html" %} {% block body %}

{{ html_response }}

{% if vesta_exception is defined %}

Internal error code:

{{ vesta_exception }}

See {{ doc_url }} for more details on the error and usage.

{% else %} {% endif %} {% endblock %}