LoveIt/layouts/page/single.html

8 lines
224 B
HTML
Raw Normal View History

2019-02-03 12:30:44 +01:00
{{ define "content" }}
<div class="post-warp archive">
<h2 class="post-title" style="text-align:right;padding-bottom:2em">{{ .Title }}</h2>
<div class="post-content">
{{ .Content }}
</div>
</div>
{{end }}