mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-07 08:32:42 +00:00
7 lines
96 B
HTML
Executable File
7 lines
96 B
HTML
Executable File
{{ define "main" }}
|
|
<!-- TODO: Juice up the 404 page -->
|
|
404 page hee
|
|
{{ .Content }}
|
|
|
|
{{ end }}
|