mirror of
https://github.com/perstarkse/minne.git
synced 2026-02-24 17:14:50 +01:00
15 lines
280 B
HTML
15 lines
280 B
HTML
{% 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 %} |