diff --git a/templates/default/new-home.html.twig b/templates/default/new-home.html.twig new file mode 100644 index 0000000..0478399 --- /dev/null +++ b/templates/default/new-home.html.twig @@ -0,0 +1,216 @@ +{% extends 'base.html.twig' %} + +{% block title %}Sermon Notes{% endblock %} + +{% block stylesheets %} + + + + + + + +{% endblock %} + +{% block javascripts %} + + + + + +{##} + + + + +{{ importmap('app') }} + + +{% endblock %} + +{% block body %} +{% include('default/sidebar.html.twig') %} + +
+
+
 
+
+ +
+
+

Notes

+ + + +
+
+

Reference

+ +
+ + + +
+
+
+
+ + + + + + + + + +
TitleSpeakerPassageDate
+
+ +
+
+

Notes

+ +
+
+ + + +
+
+ +
+
+
+
+ + + + + + + + + +
+
+ +
+
+
+
+ +
+ + + + + +
+   + +
+ +
+ + + + + +{% endblock %} \ No newline at end of file