mirror of
https://github.com/agresdominik/website.git
synced 2026-04-21 18:05:53 +00:00
9 lines
137 B
HTML
9 lines
137 B
HTML
{{ define "main" }}
|
|
|
|
{{ with .Site.GetPage "page" "home" }}
|
|
{{ .Content }}
|
|
{{ partial "typed.html" . }}
|
|
{{ end }}
|
|
|
|
{{ end }}
|