So I want to display email newsletter box that will be displayed in footer unless the page template is home or domains. I am struggling to come up with correct syntax for it, this one does not work:
{% if (page.template != 'home') or (page.template != 'domains') %}
Any suggestions what is correct way to write it?