{% extends "website/home.html" %} {% load static %} {% block page %} {% include "website/header.html" %}

 

 

 

Page Not Found

The requested page couldn't be found - this could be due to a spelling error in the URL or a removed page.

{% url 'home' %}
{% endblock %}