Store messages in database

This commit is contained in:
Chuck Dries
2021-06-23 14:07:02 -07:00
parent fbce70df08
commit 07424b2849
6 changed files with 864 additions and 16 deletions

View File

@@ -3,7 +3,7 @@
<ul>
<li>this is always there</li>
{{#each messages}}
<li style="font-style:italic">{{this}}</li>
<li style="font-style:italic">{{id}}: {{text}}</li>
{{/each}}
</ul>