diff options
Diffstat (limited to 'html/wip.tmpl.html')
-rw-r--r-- | html/wip.tmpl.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/html/wip.tmpl.html b/html/wip.tmpl.html new file mode 100644 index 0000000..cfc323d --- /dev/null +++ b/html/wip.tmpl.html @@ -0,0 +1,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 }}
|