benoit@140: {% extends "layout.j2" %} benoit@140: benoit@140: {% block title %}{{ e }}{% endblock %} benoit@140: benoit@140: {% block content %} benoit@140: benoit@140: {% if e.description %}

{{ e.description }}


{% endif %} benoit@140: {% if e.code != 404 %} benoit@140:

Software are not without bugs. Looks like, you found one ... A trace has been written to the logs.

benoit@140:

If you keep coming to this page, you might want to delete your document, and start again with a fresh one ...

benoit@140:
{{ POST_button(url_for('document.delete'), text="Delete document", style="btn-danger") }}
benoit@140: {% endif %} benoit@140: {% endblock %}