takunomi-blog/post.tmpl

4 lines
167 B
Cheetah
Raw Normal View History

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