{% extends 'base.html' %} {% load static %} {% block header %} {% include 'snippets/header.html' with title="Something went wrong" style="error" %} {% endblock %} {% block main-style %}error{% endblock %} {% block content %} {% endblock %}