diff --git a/templates/base.html.twig b/templates/base.html.twig index 3cda30f..5c8cda3 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -6,12 +6,11 @@ {% block stylesheets %} {% endblock %} - + + + {% block body %}{% endblock %} {% block javascripts %} {% block importmap %}{{ importmap('app') }}{% endblock %} {% endblock %} - - - {% block body %}{% endblock %} diff --git a/templates/default/index.html.twig b/templates/default/index.html.twig new file mode 100644 index 0000000..e058be7 --- /dev/null +++ b/templates/default/index.html.twig @@ -0,0 +1,70 @@ +{% extends 'base.html.twig' %} + +{% block title %}Notes{% endblock %} + +{% block stylesheets %} + +{% endblock %} + +{% block javascripts %} + + + +{% endblock %} + +{% block body %} +
+
+ +    + +
+
+
+ +
+
+

Reference

+
+
+
+

Notes

+ + + + +
+ + +
+
+ +
+
+ +
+{% endblock %} \ No newline at end of file diff --git a/templates/default/reference-editor.html.twig b/templates/default/reference-editor.html.twig new file mode 100644 index 0000000..84b9f4c --- /dev/null +++ b/templates/default/reference-editor.html.twig @@ -0,0 +1,10 @@ + + + + Reference Editor + + + + + + \ No newline at end of file diff --git a/templates/default/series-editor.html.twig b/templates/default/series-editor.html.twig new file mode 100644 index 0000000..b059c32 --- /dev/null +++ b/templates/default/series-editor.html.twig @@ -0,0 +1,20 @@ + + + + Series Editor + + + +    +    +    + Back + + + + \ No newline at end of file diff --git a/templates/default/speaker-editor.html.twig b/templates/default/speaker-editor.html.twig new file mode 100644 index 0000000..6868c36 --- /dev/null +++ b/templates/default/speaker-editor.html.twig @@ -0,0 +1,20 @@ + + + + Speaker Editor + + + +    +    +    + Back + + + + \ No newline at end of file diff --git a/templates/default/template-editor.html.twig b/templates/default/template-editor.html.twig new file mode 100644 index 0000000..55b1538 --- /dev/null +++ b/templates/default/template-editor.html.twig @@ -0,0 +1,25 @@ + + + + Template Editor + + + +
+    +    +    + Back +
+ + +
+ + + + \ No newline at end of file