mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 23:38:53 +00:00
12 lines
257 B
HTML
12 lines
257 B
HTML
{{ define "main" }}
|
|
<main class="main">
|
|
<article class="content">
|
|
<header class="content-header">
|
|
<h1>Page Not Found</h1>
|
|
</header>
|
|
<div class="body-copy">
|
|
<a href="/"><i class="icon-home"></i> Go Home</a>
|
|
</div>
|
|
</article>
|
|
</main>
|
|
{{ end }} |