{% macro info_card(type, name, data) -%}

{% if type == 'ecu' %} {{ include_raw('icons/circuit-board.svg')}} {% else %} {{ include_raw('icons/server-cog.svg')}} {% endif %} {{ name }}

{%- endmacro %}