aboutsummaryrefslogtreecommitdiff
path: root/templates/layouts/main.django
diff options
context:
space:
mode:
authorBobby <[email protected]>2025-07-07 15:40:09 +0530
committerBobby <[email protected]>2025-07-07 15:40:09 +0530
commitb6a04140f2668a0dcae4befcd272e05b75bd14e5 (patch)
treebec232ae247690bf030bf05a452192f264df8c92 /templates/layouts/main.django
parent98afdc4673f616bc61f9ef673580ca3933bdef8a (diff)
downloadimageboard-b6a04140f2668a0dcae4befcd272e05b75bd14e5.tar.xz
imageboard-b6a04140f2668a0dcae4befcd272e05b75bd14e5.zip
fix templates to use proper layout and semantic forms instead of tables
Diffstat (limited to 'templates/layouts/main.django')
-rw-r--r--templates/layouts/main.django6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/layouts/main.django b/templates/layouts/main.django
index 5c9eeb6..2d9c241 100644
--- a/templates/layouts/main.django
+++ b/templates/layouts/main.django
@@ -8,7 +8,11 @@
<body>
{% include 'partials/navbar.django' %}
- <main>{{ embed }}</main>
+ <main>
+ {% block content %}
+
+ {% endblock %}
+ </main>
<footer>
<p>&copy; 2025 {{ Appname }}. All rights reserved.</p>