diff options
Diffstat (limited to 'templates/notes-page.html')
-rw-r--r-- | templates/notes-page.html | 4 |
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 %} |