working webapp with basic styling
This commit is contained in:
3
templates/macros/comments.html
Normal file
3
templates/macros/comments.html
Normal file
@@ -0,0 +1,3 @@
|
||||
{% macro render_comment(comment) %}
|
||||
<li>{{ comment }}</li>
|
||||
{% endmacro %}
|
||||
Reference in New Issue
Block a user