kamathskitchen-website/themes/raavas/layouts/404.html

10 lines
327 B
HTML

{{ define "main" }}
<section class="content">
<div class="static content-max-width">
<h1>That page is not here!</h1>
<p>Oops! You seem to have found an empty jar.</p>
<p>There's nothing here. :(<br/>you can check out my latest recipes <a class="link" href="{{ .Site.BaseURL }}">here</a></p>
</div>
</section>
{{ end }}