+−{% extends "simple.html" %} +− +−{% block title %}Page Not Found{% endblock %} +− +−{% block body %} +−<p>Sorry, we hit <a href="http://www.haskell.org/haskellwiki/Bottom">⊥</a> when trying to find the +−page you requested.</p> +−{% endblock %}