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

Error

{{ error_text }}

{% match link %} {% when Some with (lnk) %} {% match link_text %} {% when Some with (text) %} {{ text }} {% when None %} Go to {{ lnk }} {% endmatch %} {% when None -%} {% endmatch %}
{% endblock %}