{% macro sparkline(data_points, width=300, height=60) %} {{ render_sparkline_svg(data_points, width, height) | safe }} {% endmacro %}