From f934df8bc8fd0c8d19436f1b51a61e1f3f6bd08e Mon Sep 17 00:00:00 2001 From: Nikolas Date: Mon, 28 Oct 2024 12:38:54 +0200 Subject: index: add notes section --- templates/notes.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 templates/notes.html (limited to 'templates/notes.html') diff --git a/templates/notes.html b/templates/notes.html new file mode 100644 index 0000000..f49e822 --- /dev/null +++ b/templates/notes.html @@ -0,0 +1,8 @@ +{% extends "base.html" %} {% block body %} +

{{ section.title }}

+ +{% endblock body %} -- cgit v1.2.3