@yogthos any insights? 🙂
I'm not entirely sure what the problem is 🙂 can you give a more detailed example of what you're trying to do
This is one example I'd like to write with a single {% if any first? not second? ...
{% if first? %}
<div> THE SAME THING</div>
{% else %}
{% if not second? %}
<div> THE SAME THING</div>
{% endif %}
{% endif %}
...