Files
personal-website/layouts/_default/about.html
T
2024-05-05 16:14:33 +01:00

8 lines
125 B
HTML

{{ define "main" }}
{{ partial "breadcrumb.html" . }}
<section>
{{ .Content }}
</section>
{{ end }}