{% extends "cranefly/layout.html" %} {% import "cranefly/macros.html" as macros with context %} {% block title %}{{ macros.page_title(title=_('Error')) }}{% endblock %} {% block content %}
{% if message %}

{{ message }}

{% else %}

{% trans %}The page you are looking for could not be found.{% endtrans %}

{% endif %}
{% endblock %}