Hi Guys,
I am trying to add two statement variable and seem to be having some issues. I would appreciate it if someone could point me in the right direction…
What I am trying to do is… If SiteParams gtm is ON and the Site is not being served by the hugo built in server, do the following…
{{ if and ($.Site.Params.gtm) (not (.Site.IsServer)) }}
code
{{ end }}
Thanks