{% extends 'index.html' %} {% block title %}Page not found{% endblock %} {% block header %} {% include "page-header.html" %} {% endblock %} {% block content %}

404

Sorry, the page you requested was not found.

Please check the URL and try again or navigate to your desired page.

{% endblock %}