Hi Henry,
thanks for getting back to me.
I tried your suggestion, and it worked for one of the URLs (‘/pages/contact’) , but not the other two. Any idea of why?
{% if page.url == ‘/policies/refund-policy’ %}
{% sections ‘header-group’ %}
{% endif %}
{% if page.url == ‘/pages/contact’ %}
{% sections ‘header-group’ %}
{% endif %}
{% if page.url == ‘/policies/terms-of-service’ %}
{% sections ‘header-group’ %}
{% endif %}
Paul