blog/themes/bbb/layouts/index.html

6 lines
86 B
HTML

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