mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-28 03:27:07 +02:00
9 lines
274 B
HTML
9 lines
274 B
HTML
{% spaceless %}
|
|
{% load i18n %}
|
|
<div class="tw:tooltip" data-tip="{{ content }}">
|
|
<span class="tw:text-xs tw:text-base-content/50 tw:mx-3">
|
|
<i class="{% if not icon %}fa-solid fa-circle-question{% else %}{{ icon }}{% endif %} fa-fw"></i>
|
|
</span>
|
|
</div>
|
|
{% endspaceless %}
|