mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-18 15:34:01 +01:00
9 lines
233 B
HTML
9 lines
233 B
HTML
{% spaceless %}
|
|
<span class="tw-text-xs text-white-50 mx-1"
|
|
data-bs-toggle="tooltip"
|
|
data-bs-title="{{ content }}"
|
|
_="install tooltip">
|
|
<i class="fa-solid fa-circle-question fa-fw"></i>
|
|
</span>
|
|
{% endspaceless %}
|