mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-01-30 23:06:18 +00:00
15 lines
302 B
HTML
15 lines
302 B
HTML
{{#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}} |