{% extends "main.html" %}
{% block title %}Whoops...{% endblock %}
{% block moreJS %}{% endblock %}
{% block moreCSS %}{% endblock %}
{% block content %}
You have found something that isn't there...
Maybe better visit the home page ;-)
{% endblock %}