{% macro wide_table(table, font_size_px=14) -%} {% set font_size_px = font_size_px | int %} {% if font_size_px < 12 %} {% set font_size_px = 12 %} {% endif %}
{{ table }}
{%- endmacro %}