blob: a090fe80a14e6da1db1a6f7bc31564be165fe0c5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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 }}
|