mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-31 06:23:17 +02:00
9 lines
271 B
HTML
9 lines
271 B
HTML
{% spaceless %}
|
|
{% load i18n %}
|
|
<span class="tw:text-xs text-white-50 mx-1"
|
|
data-bs-toggle="tooltip"
|
|
data-bs-title="{{ content }}">
|
|
<i class="{% if not icon %}fa-solid fa-circle-question{% else %}{{ icon }}{% endif %} fa-fw"></i>
|
|
</span>
|
|
{% endspaceless %}
|