Files
personal-website/layouts/_default/contact.html
T
2023-11-09 20:55:17 +01:00

12 lines
259 B
HTML

{{ define "styles" }}
{{ $styles := resources.Get "css/contact.css" | toCSS | minify }}
<link rel="stylesheet" href="{{ $styles.Permalink }}" />
{{ end }}
{{ define "main" }}
{{ .Content }}
{{ partial "contact-form.html" . }}
{{ end }}