{% extends "layout.html" %} {% block title %} Error {% endblock title %} {% block body %}

{{name}}

{{description}}

{% if not drop_start %}

Go to Start page

{% endif %} {% if not drop_contact %}

Contact SBDI support

{% endif %}
{% endblock body %}