1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-10 13:22:22 +04:00
Files
tabler/preview/pages/_includes/ui/modal/header.html
T

4 lines
145 B
HTML

<div class="modal-header">
<h5 class="modal-title">{{ include.title | default: 'Modal title' }}</h5>
{% include "ui/modal/close.html" %}
</div>