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