LoveIt/layouts/page/single.html
Giuseppe Pignataro a8a6c91421 Initial Commit
2019-02-03 12:30:44 +01:00

8 lines
No EOL
224 B
HTML

{{ 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 }}