{% extends "base.html" %} {% block title %}404{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %} The resource '{{ target }}' was not found. {% endblock %}