aboutsummaryrefslogtreecommitdiff
path: root/templates/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layouts')
-rw-r--r--templates/layouts/main.django5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/layouts/main.django b/templates/layouts/main.django
index 713c42a..fa49a67 100644
--- a/templates/layouts/main.django
+++ b/templates/layouts/main.django
@@ -9,8 +9,11 @@
{% endblock %}
</head>
<body>
+ {% include 'partials/navbar.django' %}
<main>
- <aside class="sidebar"></aside>
+ <aside class="sidebar">
+ {% include 'partials/sidebar.django' %}
+ </aside>
<section class="content">
{% block content %}