right there I did not think at all, that should also work
I have now solved it like this:
{{ define "main" }}
{{ if .IsHome }}
{{ partial "content/services.html" . }}
{{ else }}
{{/* other content */}}
{{ end }}
right there I did not think at all, that should also work
I have now solved it like this:
{{ define "main" }}
{{ if .IsHome }}
{{ partial "content/services.html" . }}
{{ else }}
{{/* other content */}}
{{ end }}