15 lines
302 B
HTML
Raw Normal View History

2020-02-16 16:02:19 -08:00
{{#extend "layout"}}
{{#content "body"}}
<article>
<div>
<h1 class="post-title">File Not Found</h1>
<div class="post-content">
<p>The page you've requested could not be located.</p>
<p><a href="/">Return to Site Index</a></p>
</div>
</div>
</article>
{{/content}}
{{/extend}}