yequari.com/layouts/projects/single.html

7 lines
116 B
HTML

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