From 277f0ad717c393e6e44c99209c478d9d4ac15b27 Mon Sep 17 00:00:00 2001 From: Tait Hoyem Date: Mon, 12 Sep 2022 19:26:37 -0600 Subject: [PATCH] Add notes templates --- templates/new_note_form.html.tera | 9 +++++++++ templates/show_notes.html.tera | 8 ++++++++ 2 files changed, 17 insertions(+) create mode 100644 templates/new_note_form.html.tera create mode 100644 templates/show_notes.html.tera diff --git a/templates/new_note_form.html.tera b/templates/new_note_form.html.tera new file mode 100644 index 0000000..1d73546 --- /dev/null +++ b/templates/new_note_form.html.tera @@ -0,0 +1,9 @@ +{% extends "base" %} +{% block content %} +
+ + + + +
+{% endblock %} diff --git a/templates/show_notes.html.tera b/templates/show_notes.html.tera new file mode 100644 index 0000000..0589714 --- /dev/null +++ b/templates/show_notes.html.tera @@ -0,0 +1,8 @@ +{% extends "base" %} +{% block content %} + +{% endblock %}