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