I am trying to add a meta description for the homepage only. Is there are a way to know if I am in the homepage via a IF or IS statement?
I tried the below code but it does not work.
{{#is help_center.url "/hc/en-us/"}}
<meta name="description" content="lorem lorem lorem lorem">
{{/is}}
Thanks!