Home

blog @615129be36f02b57ea0065ba9af6196f34014938 - refs - log -
-
https://git.jolheiser.com/blog.git
My nonexistent blog
blog / _example / templates / article.tmpl
- raw
1
2
3
4
5
6
7
8
{{template "head" .Article.Title}}
<body>
<header>
 <a href="index.html">{{.Author.Name}}</a>
</header>
<hr/>
<main>{{.Article.Content}}</main>
</body>