]> git.p6c8.net - pcdenotes.git/blobdiff - notes/templates/note_base.html
Fixed some things in the templates
[pcdenotes.git] / notes / templates / note_base.html
index d85e8752c5d55709a9334b525a41fe63d06c3c44..ca4eaaf7935052e11dba2fe8e7c02a7ee92c2b2c 100644 (file)
@@ -15,6 +15,8 @@
     <h1><a href="/" class="link-light">Notes</a></h1>
   </div>
 
-{% block content %}{% endblock %}
+  <div id="content" class="container mt-5">
+    {% block content %}{% endblock %}
+  </div>
 </body>
 </html>
\ No newline at end of file

patrick-canterino.de