hugo-theme-simple-cookbook/layouts/404.html

3 lines
71 B
HTML
Raw Normal View History

2022-03-25 19:51:07 +00:00
{{ define "main" }}
<div class="section">Page not found</div>
{{ end }}