adding character sheets

This commit is contained in:
evilchili
2024-01-28 14:31:50 -08:00
parent 17da4a73ee
commit 64451ddf8b
10 changed files with 84 additions and 10 deletions
@@ -0,0 +1,5 @@
<h1>{{ character.name }}</h1>
{{ form.display(value=character) }}
<pre>
{{ character }}
</pre>