diff --git a/templates/emails/note-shared.html.twig b/templates/emails/note-shared.html.twig new file mode 100644 index 0000000..8bc559e --- /dev/null +++ b/templates/emails/note-shared.html.twig @@ -0,0 +1,24 @@ + + + + + +

+ {{ owner.name }} has shared a note with you, what follows are their formatted notes. + {% if isRegistered %} + You can see shared notes here. + {% else %} + You can register for an account here, or just review the notes below + {% endif %} +

+

{{ note.title }}

+
+ Passage: {{ note.passage }}
+ Date: {{ note.date | date("F j Y") }}
+ Speaker: {{ note.speaker.name }}
+ Series: {{ note.series.name }}
+
+ + {{ formattedText | raw }} + + \ No newline at end of file