7 lines
194 B
HTML
7 lines
194 B
HTML
|
{{ define "main" }}
|
||
|
{{ if .Site.Params.enableTree }}
|
||
|
{{ partial "pages/tree-categories.html" . }}
|
||
|
{{ else }}
|
||
|
{{ partial "pages/taxonomy.html" . }}
|
||
|
{{ end }}
|
||
|
{{ end }}
|