diff --git a/templates/index.html b/templates/index.html index 93d598a..6c10d9d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,36 +3,86 @@ + Museum Visitor Guestbook + + + -

Museum Visitor Guestbook

- {% if error %} -
{{ error }}
- {% endif %} -
-
-

+
+

Museum Visitor Guestbook

-
-

+ {% if error %} + + {% endif %} -
-

+ +
+ + +
+
+ + +
+
+ + +
+
+ + +
+ + +
-
-

+ +
+
+ {% for guest in guests %} + + {{ guest[0] }} from {{ guest[1] }} + + {% endfor %} +
+
- - -
-

Guest Entries

- + + + \ No newline at end of file