mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-06-15 04:52:55 -04:00
9 lines
254 B
HTML
9 lines
254 B
HTML
{{ define "main" }}
|
|
{{ $partial := print "home/" .Site.Params.homepage.layout ".html" }}
|
|
{{ if templates.Exists ( printf "_partials/%s" $partial) }}
|
|
{{ partial $partial . }}
|
|
{{ else }}
|
|
{{ partial "home/page.html" . }}
|
|
{{ end }}
|
|
{{ end }}
|