{% macro tooltip(text, placement = null, cc = null) %} data-bs-toggle="tooltip" data-bs-title="{{ text }}" {{ placement ? 'data-bs-placement=' ~ placement ~ '' : '' }} {{ cc ? 'data-bs-container="' ~ cc ~ '"' : '' }} {% endmacro %} {% macro keystroke(keys) %} {% set amount = keys|length %} {% for key in keys %} {{ key }} {% endfor %} {% endmacro %} {% macro badge(text, type) %} {{ text }} {% endmacro %} {% macro alert(message, type) %}