Violation

If statement

{% if option1 %} <p>This is first option</p> {% elif option2 %} <p>not first, but second option</p> {% else %} <p>no matches </p> {% endif %}

Please describe the matter of abuse