{% macro qux(amount=1) %} {% if amount == 1 -%} I am qux. {%- elif amount > 1 -%} We are quxs. {%- endif %} {% endmacro %}