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 %}