12 lines
318 B
HTML
12 lines
318 B
HTML
{{ define "main" }}
|
|
<main id="main">
|
|
<div style="padding: 50px; text-align:center;">
|
|
<h3 id="title">
|
|
Sorry we could not find what you were looking for.<br /><a
|
|
href="{{ "" | relURL }}"
|
|
><i>Click here for the home page</i></a
|
|
>
|
|
</h3>
|
|
</div>
|
|
</main>
|
|
{{ end }}
|