mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-04-21 14:12:45 +00:00
11 lines
326 B
HTML
Executable File
11 lines
326 B
HTML
Executable File
{{ define "header" }}{{ partial "page-header.html" . }}{{ end }}
|
|
{{ define "main" }}
|
|
{{ $currentPageUrl := .URL }}
|
|
{{ $currentSection := where .Site.Pages "Section" .Section }}
|
|
<article class="center cf pv5 measure-wide-l">
|
|
<h1>
|
|
This is not the page you were looking for
|
|
</h1>
|
|
</article>
|
|
{{ end }}
|