diff --git a/js/templates/note-item.handlebars b/js/templates/note-item.handlebars
new file mode 100644
index 0000000..4d775fc
--- /dev/null
+++ b/js/templates/note-item.handlebars
@@ -0,0 +1,30 @@
+
+
+ {{#if isshared}}
+
+
+
+ {{{ title }}}
+
+
+
+ {{{ content }}}
+
+ {{else}}
+
+
+
+
+ {{{ title }}}
+
+
+
+ {{{ content }}}
+
+ {{/if}}
+
+
\ No newline at end of file
diff --git a/templates/part.note-modal-editable.php b/js/templates/notes.handlebars
similarity index 50%
rename from templates/part.note-modal-editable.php
rename to js/templates/notes.handlebars
index 9d51dff..4111642 100644
--- a/templates/part.note-modal-editable.php
+++ b/js/templates/notes.handlebars
@@ -1,3 +1,38 @@
+{{#if notes}}
+