forked from ohayo-jacob/takunomi-blog
4 lines
191 B
Cheetah
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}}
|