code refacturing, added render package comments

This commit is contained in:
2025-10-12 19:01:10 +00:00
parent 1a1ef9b55f
commit 3820bc399b
9 changed files with 55 additions and 73 deletions

View File

@ -1,3 +0,0 @@
<pre>
{{json_code}}
</pre>

View File

@ -0,0 +1,3 @@
<ul>
{{li_from_json_code}}
</ul>

1
web/views/tag/li.html Normal file
View File

@ -0,0 +1 @@
<li class="list-item{{li_id}}">{{content}}</li>