ShowerLoop-cc/docs/themes/chocolate/layouts/_default/single.html

6 lines
121 B
HTML

{{ define "main" }}
<div class="chocolate-container">
<h1>{{.Params.title}}</h1>
{{.Content}}
</div>
{{end}}