{}
---
{% macro two_args(a, b) %}
  {{ a }} and {{ b }}
{% endmacro %}
{{ two_args(c=42) }}