1 2 3 4 5 6 7 8 9
{% if a * c > b -%} mul {%- endif -%} {% if c / c == a -%} div {%- endif -%} {% if a % c == b -%} mod {%- endif -%}