mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
4 lines
145 B
HTML
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> |