diff options
Diffstat (limited to 'html')
-rw-r--r-- | html/links.tmpl.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/html/links.tmpl.html b/html/links.tmpl.html new file mode 100644 index 0000000..a090fe8 --- /dev/null +++ b/html/links.tmpl.html @@ -0,0 +1,10 @@ +{{ define "title" }}Links{{end}}
+{{ define "description" }}Collection of useful or interesting web links.{{end}}
+{{ define "keywords" }}info{{end}}
+
+{{ define "main" }}
+ <section class="main-bg">
+ <h1>Links</h1>
+ <p>Collection of useful or interesting web links.</p>
+ </section>
+{{ end }}
|