{% macro content_grid(contents) -%}
{% for (item, width) in contents %}
{{ item|safe }}
{% endfor %}
{%- endmacro %}