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-page.html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 templates/notes-page.html (limited to 'templates/notes-page.html') diff --git a/templates/notes-page.html b/templates/notes-page.html new file mode 100644 index 0000000..cf4bfae --- /dev/null +++ b/templates/notes-page.html @@ -0,0 +1,4 @@ +{% extends "base.html" %} {% block body %} +

Notes {{ page.title }}

+

{{ page.date }}

+{{ page.content | safe }} {% endblock body %} -- cgit v1.2.3