2023-05-18 20:33:08 +02:00
|
|
|
{{ if .IsHome -}}
|
|
|
|
|
|
|
|
{{ partial "schemas/schema_Organization.html" . }}
|
|
|
|
{{ partial "schemas/schema_WebSite.html" . }}
|
|
|
|
|
|
|
|
{{- else if .IsPage -}}
|
|
|
|
|
2023-06-10 00:16:41 +02:00
|
|
|
{{ if in .Params.content_types "person" }}
|
2023-05-18 20:33:08 +02:00
|
|
|
{{ partial "schemas/schema_Person.html" . }}
|
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
{{ end }}
|