+ {#if notes}
+ {#each notes as note}
+ {@html marked.parse(note.title)}
+ {@html marked.parse(note.text)}
+ {/each}
+ {/if}
+
+
+
+
diff --git a/src/components/NoteText/stories/docs/component.md b/src/components/EndNotes/stories/docs/component.md
similarity index 57%
rename from src/components/NoteText/stories/docs/component.md
rename to src/components/EndNotes/stories/docs/component.md
index 9c47180a..af7054bc 100644
--- a/src/components/NoteText/stories/docs/component.md
+++ b/src/components/EndNotes/stories/docs/component.md
@@ -6,14 +6,21 @@ Note text can be fed a markdown string, but text styling is intentionally restri
-