view web/hgbook/templates/500.html @ 837:b775f963b18c

Clean up chapter 8, and add content propagate 7226e5e750a6
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Tue, 15 Sep 2009 22:32:03 +0900
parents ad304b606163
children
line wrap: on
line source

{% extends "simple.html" %}

{% block title %}Internal Server Error{% endblock %}

{% block body %}
<p>Sorry, we hit <a
href="http://www.haskell.org/haskellwiki/Bottom">&perp;</a> when
trying to process your request.  If possible, please let <a
href="mailto:bos@serpentine.com">Bryan</a> know that this problem happened,
and what you were doing when it occurred.</p>
{% endblock %}