summaryrefslogtreecommitdiff
path: root/templates/notes-page.html
diff options
context:
space:
mode:
authorNikolas <nikolas@boutalas.com>2024-10-28 12:38:54 +0200
committerNikolas <nikolas@boutalas.com>2024-10-28 12:42:20 +0200
commitf934df8bc8fd0c8d19436f1b51a61e1f3f6bd08e (patch)
tree30677619a682eb15b5d7117cd72244aefca9407a /templates/notes-page.html
parenta28cecd8e11672148809a5cf6dadc4d18f0f2324 (diff)
index: add notes section
Diffstat (limited to 'templates/notes-page.html')
-rw-r--r--templates/notes-page.html4
1 files changed, 4 insertions, 0 deletions
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 %}
+<h1>Notes {{ page.title }}</h1>
+<p>{{ page.date }}</p>
+{{ page.content | safe }} {% endblock body %}