aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorJulian Hurst <ark@mansus.space>2023-01-13 14:50:04 +0100
committerJulian Hurst <ark@mansus.space>2023-01-13 14:50:04 +0100
commit7d502441a6bd210aff8a8625ee87ea5a1fbbd7ee (patch)
tree43dc38adc610ff20db9054046ab6b39b85f3f397 /templates/base.html
parentcffe35e0e3acac7dd5b83cd7cbec9bc9ff1d17e4 (diff)
downloaddocspace-7d502441a6bd210aff8a8625ee87ea5a1fbbd7ee.tar.gz
Security for /download and frontend style improvementsHEADmaster
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 0c743ed..c2ca497 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -7,7 +7,9 @@
</head>
<body>
{{block "nav" .}}{{end}}
+ <div class="content">
{{block "content" .}}
{{end}}
+ </div>
</body>
</html>