{}
---
{% macro two_args(a, b) %}
  {{ a }} and {{ b }}
{% endmacro %}
{{ two_args(1, a=2) }}