9 lines
272 B
HTML
9 lines
272 B
HTML
{{ define "main" }}
|
|
<article class="error-404 container">
|
|
<div>
|
|
<h1>Page Not Found!</h1>
|
|
<p>The page you requested could not be found.</p>
|
|
<a class="btn-secondary" href="{{ "/" | relURL }}">‹ Return Home</a>
|
|
</div>
|
|
</article>
|
|
{{ end }} |