{# templates/response/macros.html #} {% macro grid_double(id, entry_1, entry_2) %}
{{ entry_1 }} {{ entry_2 }}
{% endmacro %}