takunomi-blog/templates/post.tmpl

4 lines
191 B
Cheetah

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