diff options
| author | Priyansh <[email protected]> | 2025-08-26 15:31:16 +0530 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2025-08-26 15:31:16 +0530 |
| commit | 2b42c3666467a26043e92982cf4fa0eb11280c70 (patch) | |
| tree | 906efabe7a477339ffda56344120afb028760691 /templates/layouts | |
| parent | 0c66e0b7dedda5aab5a5848513ccafffdad66d6b (diff) | |
| download | eda-main.tar.xz eda-main.zip | |
Diffstat (limited to 'templates/layouts')
| -rw-r--r-- | templates/layouts/main.django | 5 |
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 %} |
