Casual_blog/themes/anubis2/layouts/404.html
2024-03-07 09:27:02 +03:00

8 lines
200 B
HTML

{{ define "main"}}
<main id="main">
<div>
<h1 id="title"><a href="{{ .Site.BaseURL | relLangURL }}">Go Home</a></h1>
Sorry, this Page is not available.
</div>
</main>
{{ end }}