{#
help_icon(text, title="")
Renders a small ⓘ button that opens a Bootstrap popover on click/tap.
Works on both desktop and mobile devices.
Usage:
{% from 'macros/help.html' import help_icon %}
#}
{% macro help_icon(text, title="Nápověda") %}
{% endmacro %}