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