rennerocha.com/themes/er/layouts/404.html
2022-01-05 23:45:30 -03:00

9 lines
No EOL
299 B
HTML

{{ define "main" }}
<main class="center mv4 content-width ph3">
<div class="f2 fw6 heading-color heading-font">404</div>
<p class="lh-copy post-content f4">
Sorry, but nothing exists here. <br>
Find something <a href='{{ "" | relURL }}'>interesting to read.</a>
</p>
</main>
{{ end }}