{% macro severity_bar(severity_counts, width=200) %} {{ render_severity_bar_svg(severity_counts, width) | safe }} {% endmacro %}