I’m trying to change my theme on my store to Dawn, current theme is Venture, and we have a login requirement for our customers on our landing page. When editing the Dawn code, I used the same code from our current theme for login requirement but get an error message that I can’t figure out.
This is the code I was using:
{% unless customer %}
{% if template contains ‘customers’ %}
{% assign send_to_login = false %}
{% else %}
{% assign send_to_login = true %}
{% endif %}
{% endunless %}
{% if send_to_login and page.url != “/challenge” %}
{% else %}