{% if a * c > b -%} mul {%- endif -%} {% if c / c == a -%} div {%- endif -%} {% if a % c == b -%} mod {%- endif -%}