cach-radio/inc/themes/castanet/layouts/index.html

13 lines
262 B
HTML
Raw Normal View History

2022-12-15 22:36:40 +01:00
{{ define "main" }}
{{ if isset $.Site.Params "site_layout" }}
{{ if eq $.Site.Params.site_layout "grid" }}
{{- partial "grid.html" . }}
{{ else }}
{{- partial "row.html" . }}
{{ end }}
{{ else }}
{{- partial "row.html" . }}
{{ end }}
{{ end }}