diff --git a/templates/sheet.html b/templates/sheet.html index 8d9c8ab..26a7cc1 100644 --- a/templates/sheet.html +++ b/templates/sheet.html @@ -11,14 +11,52 @@ -
- {%for character in sheets%} -
-

-

{{character | join("\n")}}
-

+
+ + +
+
+
+
+
+

Welcome to the Dungeon

+

Below are your randomly generated characters!

+ +
+ {%for character in sheets%} +
+

Character!

+
{{character | join("\n")}}
+
+ {%endfor%} +
+
+
+
- {%endfor%}