Modal Component
<!-- Modal -->
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#modal1">
Launch Demo Modal
</button>
{% with modal_id="modal1" modal_title="Modal Title 1"
modal_body="Lorem Ipsum is simply dummy text of the printing and typesetting industry. "
modal_button_text="Close" %}
{% include "components/modal.html" %}
{% endwith %}