X-Git-Url: https://git.p6c8.net/pcdenotes.git/blobdiff_plain/ee38ff5eec83ee81d518125d2894c631da45c3f9..e74a5d637e542676af6d4c9c6afe4139e83f4e6b:/notes/templates/note_base.html?ds=sidebyside diff --git a/notes/templates/note_base.html b/notes/templates/note_base.html index d85e875..5e88f7b 100644 --- a/notes/templates/note_base.html +++ b/notes/templates/note_base.html @@ -1,4 +1,4 @@ -{% load markdownify %} +{% load static %} @@ -6,15 +6,42 @@ {% block title %}{% endblock %} + - + -
-

Notes

-
+
+

Notes

+
-{% block content %}{% endblock %} +
+ {% block content %}{% endblock %} +
+ + \ No newline at end of file