Files
WYGIWYH/app/templates/cotton/msg/empty.html
2025-11-05 13:09:31 -03:00

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>