patek.cz/themes/patek/layouts/_default/single.html
2019-07-12 20:12:45 +02:00

6 lines
129 B
HTML

{{ define "main" }}
<h2 class="title">{{ .Title }}</h2>
<div class="content">
{{ .Content }}
</div>
{{ end }}