2011-03-02 17:20:17 -08:00

12 lines
345 B
HTML

{% extends "base.html" %}
{% block title %} - Service Unavailable{% endblock %}
{% block pageclass %}unavailable{% endblock %}
{% block content %}
<div id="page_head">
<h2 id="page_heading">Service Unavailable</h2>
<p id="page_description">This service is temporarily unavailable. Please check back soon.</p>
</div>
{% endblock %}