yequari.com/layouts/projects/list.html

7 lines
112 B
HTML

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