500.hbs 451 Bytes
<section>
    <div class="notfoundpanel" style="margin: 0 auto;">
        <h1>500!</h1>
        <h3>The page you are looking for has not been found!</h3>
        <p>The page you are looking for might have been removed, had its name changed, or unavailable. Maybe you could try a search:</p>
    </div><!-- notfoundpanel -->

    {{#error}}
        <pre class="error" style="margin: 40px;">
            {{this}}
        </pre>
    {{/error}}
</section>