summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-08-07 09:17:36 +0300
committerYuval Adam <_@yuv.al>2017-08-07 09:17:36 +0300
commitdd0cce923a29aee84f7050b7e0c886c8d32a84a7 (patch)
tree620c8c963ecfdbce277aa79388d5fd42fca6e518 /templates/base.html
parent14958653b9bf92f56316511e8080baeeaf409b97 (diff)
Add wiki content
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 379b224..64d672f 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -19,7 +19,9 @@
</head>
<body>
+ <div class="mw7 center">
{% block body %}
{% endblock %}
+ </div>
</body>
</html>