1
Fork 0
mmaker.moe/layouts/404.html
2025-12-02 23:49:51 -05:00

10 lines
No EOL
163 B
HTML

{{ define "main" }}
<main>
<article>
<h2 class="title">404</h2>
<div class="articlecontent">
Page not found!
</div>
</article>
</main>
{{ end }}