Home

blog @f411a4c7b9f6ed30e37c84c55007044d3b5bf4ed - refs - log -
-
https://git.jolheiser.com/blog.git
My nonexistent blog
blog / _example / templates / index.tmpl
- raw
1
2
3
4
5
6
7
8
{{template "head" .author.Name}}
<body>
<main>
{{range $article := .articles}}
<a href="{{$article.Filename}}.html">{{$article.Title}}</a>
{{end}}
</main>
</body>