blob: cfc323d93afdb2cdcfcb36c382cd5ce900ed42cc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
{{ define "title" }}WIP{{end}}
{{ define "description" }}Work in progress. Page under construction.{{end}}
{{ define "keywords" }}hide{{end}}
{{ define "main" }}
<section>
<h1>Whoops! Page under construction!</h1>
<p>Check back later.</p>
</section>
{{ end }}
|