{% set title = "Error"%} {% include 'page_start.html' %} {% include 'nav_bar.html' %}

{{ title }}

{% include 'message.html' %}
{% include 'page_end.html' %}