mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-22 01:19:28 +01:00
10 lines
387 B
HTML
10 lines
387 B
HTML
<div class="grid grid-cols-1 {% if not remove_padding %}p-5{% endif %}">
|
|
<div class="{% if not remove_padding %}p-5{% endif %}">
|
|
<div class="text-center">
|
|
<i class="{% if icon %}{{ icon }}{% else %}fa-solid fa-circle-xmark{% endif %} text-6xl"></i>
|
|
<p class="text-lg mt-4 mb-0">{{ title }}</p>
|
|
<p class="text-subtle">{{ subtitle }}</p>
|
|
</div>
|
|
</div>
|
|
</div>
|