film/layouts/_default/single.html

10 lines
213 B
HTML

{{ define "main" }}
<div class="core-content">
<article>
<header>
<h1 style="margin-top: 30px; margin-bottom: 10px">{{- .Title -}}</h1>
</header>
{{- .Content -}}
</article>
</div>
{{ end }}