mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-02 02:10:27 +00:00
14 lines
298 B
HTML
14 lines
298 B
HTML
{{ define "styles" }}
|
|
{{ $styles := resources.Get "css/contact.css" | toCSS | minify }}
|
|
|
|
<link rel="stylesheet" href="{{ $styles.Permalink }}" />
|
|
{{ end }}
|
|
|
|
{{ define "main" }}
|
|
{{ partial "breadcrumb.html" . }}
|
|
|
|
{{ .Content }}
|
|
|
|
{{ partial "contact-form.html" . }}
|
|
{{ end }}
|