inventory/templates/fragments/_icon_fragment.html

4 lines
126 B
HTML

{% macro render_icon(icon, size=24) %}
<i class="bi bi-{{ icon }}" style="font-size: {{ size }}px;"></i>
{% endmacro %}