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 }}