2017-11-07 11:16:35 +00:00
|
|
|
{{define "post"}}
|
2021-03-10 21:14:21 +00:00
|
|
|
<h2 style="margin-top:0px;"><a class="no-link" style="text-decoration: none; color: inherit" href="/post/{{.URLTitle}}">{{.Title}}</a></h2>
|
2017-11-07 11:16:35 +00:00
|
|
|
<div>{{ .Content }}</div>{{end}}
|