{% if (a or b) %} ... {% endif %}
{% if temperature > 18 and temperature < 27 %} <p>It's a nice day for a walk in the park.</p> {% endif %}