mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-22 16:58:32 +02:00
refactor: better separation of dependencies to crates
node stuff to html crate only
This commit is contained in:
15
html-router/templates/body_base.html
Normal file
15
html-router/templates/body_base.html
Normal file
@@ -0,0 +1,15 @@
|
||||
{% extends "head_base.html" %}
|
||||
{% block body %}
|
||||
|
||||
<body>
|
||||
<div class="min-h-screen flex flex-col">
|
||||
<!-- Navbar -->
|
||||
{% include "navigation_bar.html" %}
|
||||
|
||||
<!-- Main Content -->
|
||||
{% block main %}{% endblock %}
|
||||
|
||||
<div id="modal"></div>
|
||||
</div>
|
||||
</body>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user