Casual_blog/themes/anubis2/layouts/404.html
2024-09-03 22:39:38 +03:00

9 lines
201 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 }}