8 lines
177 B
HTML
8 lines
177 B
HTML
|
|
{{ range .Posts }}
|
||
|
|
<div class="h-entry">
|
||
|
|
{{ if .Post.Title }}<h3>{{ .Post.Title }}</h3>{{ end }}
|
||
|
|
{{ .HTML }}
|
||
|
|
|
||
|
|
{{ template "_post_meta.html" . }}
|
||
|
|
</div>
|
||
|
|
{{ end }}
|