1
0
Fork 0
mirror of https://github.com/yuzu-emu/shared-bulma-theme.git synced 2025-03-08 10:11:06 +00:00
shared-bulma-theme/layouts/404.html

7 lines
134 B
HTML

{{ define "main" }}
<div class="container">
<section class="section">
404 - Page not found
</section>
</div>
{{ end }}