bcarlin.net/layouts/section.html

10 lines
127 B
HTML
Raw Permalink Normal View History

2025-06-07 02:33:02 +02:00
{{ define "main" }}
<article>
<header>
<h1>{{ .Title }}</h1>
</header>
{{ .Content }}
<article>
{{ end }}