]> git.p6c8.net - pcdenotes.git/blobdiff - notes/templates/note_base.html
Modified templates
[pcdenotes.git] / notes / templates / note_base.html
index ca4eaaf7935052e11dba2fe8e7c02a7ee92c2b2c..58cf3dddfc78ef7a635c65bb3eeb22a466c0f4ad 100644 (file)
   <div id="content" class="container mt-5">
     {% block content %}{% endblock %}
   </div>
+
+  <div class="container-fluid p-5 bg-dark text-white text-center mt-5">
+    <div class="row">
+      <div class="col-sm">
+        <ul>
+          <li>Row 1</li>
+        </ul>
+      </div>
+      <div class="col-sm">
+        <ul>
+          <li>Row 2</li>
+        </ul>
+      </div>
+      <div class="col-sm">
+        <ul>
+          <li>Row 3</li>
+        </ul>
+      </div>
+    </div>
+  </div>
 </body>
 </html>
\ No newline at end of file

patrick-canterino.de