delphimvcframework/samples/htmx_mustache/bin/templates/partials/modal_placeholder.mustache

9 lines
262 B
Plaintext
Raw Normal View History

2023-09-26 19:29:03 +02:00
<div id="modals-here"
class="modal modal-blur fade"
style="display: none"
aria-hidden="false"
tabindex="-1">
<div class="modal-dialog modal-lg modal-dialog-centered" role="document">
<div class="modal-content"></div>
</div>
</div>