{% set title = '404' %} {% set page = 'errors-404.html' %} {% set body = false %} {% extends 'layouts/master.html' %} {% block content_2 %}

404

The page you were looking for could not be found.
{% endblock %}