mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-18 23:44:03 +01:00
10 lines
360 B
HTML
10 lines
360 B
HTML
{% load webpack_loader %}
|
|
<div class="offcanvas-header">
|
|
<h5 class="offcanvas-title">{% block title %}{% endblock %}</h5>
|
|
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
|
|
</div>
|
|
<div id="generic-offcanvas-body" class="offcanvas-body"
|
|
_="install init_tom_select">
|
|
{% block body %}{% endblock %}
|
|
</div>
|