SyntaxFix
Write A Post
Hire A Developer
Questions
We need to remember that the {% endif %} comes after the {% else %}.
{% endif %}
{% else %}
So this is an example:
{% if someTest %} <p> Something is True </p> {% else %} <p> Something is False </p> {% endif %}