vitrine/layouts/_default/list.html
2024-06-19 20:45:01 +02:00

11 lines
202 B
HTML

{{ define "main" }}
<article class="content">
<div class="title">
<h1>{{ .Title }}</h1>
</div>
{{ .Content }}
{{ range .Pages }}
{{ .Render "summary" }}
{{ end }}
</article>
{{ end }}