mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-25 01:58:54 +02:00
initial commit
This commit is contained in:
9
app/templates/extends/offcanvas.html
Normal file
9
app/templates/extends/offcanvas.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% 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">
|
||||
{% block body %}{% endblock %}
|
||||
</div>
|
||||
{% javascript_pack 'select' %}
|
||||
Reference in New Issue
Block a user