{{ define "main" }} {{- partial "top-functions.html" . -}}

{{ .Title }}

{{ range where .Site.RegularPages.ByPublishDate.Reverse "Params.onHomepage" "ne" "false" }} {{ if .Date.After ( time "2023-03-23" ) }}
{{if eq .Params.subpage "blog"}} {{ partial "metadata-blog.html" . }} {{else if eq .Params.subpage "music"}} {{ partial "metadata-music-home.html" . }} {{else if eq .Params.subpage "art"}} {{ partial "metadata-art-home.html" . }} {{else if eq .Params.subpage "videos"}} {{ partial "metadata-video-home.html" . }} {{else if eq .Params.subpage "code"}} {{ partial "metadata-code-home.html" . }} {{else if eq .Params.subpage "sunvox-modules"}} {{ partial "metadata-sunvox-modules-home.html" . }} {{end}}
{{ end }} {{ end }} {{ end }} {{ define "aside" }} {{ end }}