archetypes
content
static
themes
hugo-theme-ipng
archetypes
assets
data
layouts
_default
partials
shortcodes
taxonomy
404.html
home.html
static
LICENSE.md
README.md
theme.toml
.drone.yml
.gitattributes
.gitignore
addpic.sh
hugo.yaml
mkgallery.sh
6 lines
83 B
HTML
6 lines
83 B
HTML
{{ define "main" }}
|
|
<main>
|
|
<p>404: not found</p>
|
|
</main>
|
|
{{ end }}
|