"Liquid syntax error: 'endcapture' is not a valid delimiter for if tags. use endif"

Hi all,

I am trying to add global site tag in theme.liquid. When I save the change I get this error message - Liquid syntax error (line 359): ‘endcapture’ is not a valid delimiter for if tags. use endif. I don’t know what this means. Can someone please advise thanks.

Hi, welcome to the Shopify Community.

You have an unclosed tag between {% capture content %} and {% endcapture %}. Can you share all code for that file?