iff-1298f7658c82ba8fd44b5b69fb30926d8f6d339cR59">59
+ <div class="row">
+
+ <main class="col-md-12 ms-sm-auto col-lg-12 px-md-4 py-3">
+ {% include "_messages.html" %}
+ {% block content %}
+ <h1>Content is Here</h1>
+ {% endblock %}
+ </main>
+ </div>
+</div>
+
+
+ <script src="{% static "bootstrap/dist/js/bootstrap.bundle.min.js" %}"></script>
+
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons@4.28.0/dist/feather.min.js" integrity="sha384-uO3SXW5IuS1ZpFPKugNNWqTZRRglnUJK6UAZ/gxOX80nxEkN9NcGZTftn6RzhGWE" crossorigin="anonymous"></script>
+ <script src="https://cdn.jsdelivr.net/npm/chart.js@2.9.4/dist/Chart.min.js" integrity="sha384-zNy6FEbO50N+Cg5wap8IKA4M/ZnLJgzc6w2NqACZaK0u0FXfOWRRJOnQtpZun8ha" crossorigin="anonymous"></script>
+ <script src="{% static "alpinejs/dist/cdn.js" %}"></script>
+ <script src="{% static "js/dashboard.js" %}"></script>
+ </body>
+</html>
|
||
| 91 | 91 |
|
| 92 | 92 |
|
| 93 | 93 |
|
| 94 |
|
|