Files
personal-website/layouts/_default/about.html
T
2023-12-16 19:35:50 +01:00

11 lines
191 B
HTML

{{ define "main" }}
{{ partial "breadcrumb.html" . }}
<section>
{{ .Content }}
</section>
<h2>Contact</h2>
{{ partial "contact-form.html" . }}
{{ end }}