takunomi-blog/post.tmpl
2017-11-07 12:16:35 +01:00

4 lines
167 B
Cheetah

{{define "post"}}
<h2><a class="no-link" style="text-decoration: none; color: inherit" href="/post/{{.URLTitle}}">{{.Title}}</a></h2>
<div>{{ .Content }}</div>{{end}}