{% macro button_box(id, which) %} {% endmacro %} {% macro chord_nafc(config) %}
{{ button_box("0", "First") }} {{ button_box("1", "Second") }} {{ button_box("2", "Third") }}
{% endmacro %}