Files
Chad Whitacre d4e5658783 Restyle 404 and whack 503; #757
We were using the 503 with an Aspen feature that has since been cut.
2013-03-19 22:31:30 -07:00

18 lines
321 B
HTML

^L
{% extends templates/base.html %}
{% block heading %}
<h2 class="top">
<span>Page Not Found</span>
</h2>
{% end %}
{% block box %}
<p class="as-content">
Sorry, we can't find the page that you are searching for.
</p>
<div class="nav level-1"><a href="/"><button>Home</button></a></div>
{% end %}