feat: overhaul templating system
This commit is contained in:
parent
03b3f692e1
commit
4a4b8bba3d
22 changed files with 157 additions and 127 deletions
2
templates/updates/comment_li.html
Normal file
2
templates/updates/comment_li.html
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
{% import "components/comment.html" as comp_comment %}
|
||||
{{ comp_comment::li(comment=comment) }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue