{% extends "./base.html" %} {% block title %}Page not found{% endblock %} {% block content %} {% include "cast/errors/error_content.html" with title="Page not found" heading="Page not found" message="This is not the page you were looking for." %} {% endblock content %}