X-Git-Url: https://git.p6c8.net/pcdenotes.git/blobdiff_plain/71736b7bbf3c025b7dc5f85fce395b1b0591265b..96213c617d77f89ec12e8e6349b60dd6c5bbef1d:/notes/templates/archive_main.html diff --git a/notes/templates/archive_main.html b/notes/templates/archive_main.html new file mode 100644 index 0000000..268e950 --- /dev/null +++ b/notes/templates/archive_main.html @@ -0,0 +1,17 @@ +{% extends "note_base.html" %} + +{% block title %}Archive â Notes{% endblock %} + +{% block content %} +
No notes
+{% endif %} +{% endblock %} \ No newline at end of file