9 lines
No EOL
299 B
HTML
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 }} |