{{ define "main" }}

Year Page Layout

{{ with .Params.banner }}
{{ with .bg_img }} {{ $res := resources.Get .img }}
{{ end }}
{{ with .transition }} {{ if .end }}
{{ end }} {{ if .end_dark }} {{ end }} {{ end }}
{{ end }} {{ partial "components/features.html" . }} {{ partial "components/modals.html" . }} {{ end }}