Changes to account for a new way of keeping ids ... Uses the whole path rather than just file name
{% 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 %}