working webapp with basic styling

This commit is contained in:
Bryan Bailey
2022-04-04 22:16:43 -04:00
parent 3c94149943
commit 56b4ec2670
13 changed files with 314 additions and 9 deletions

View File

@@ -0,0 +1,3 @@
{% macro render_comment(comment) %}
<li>{{ comment }}</li>
{% endmacro %}