shared-bulma-theme/layouts/_default/single.html

8 lines
166 B
HTML

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