Working on the public API

This commit is contained in:
2025-08-05 14:43:27 +02:00
parent 3d2f6cf429
commit 2ce5835021
22 changed files with 7086 additions and 853 deletions
+1 -9
View File
@@ -1,10 +1,2 @@
fun comment(data)
<div>
<a>\data.author</a>
<p>\data.content</p>
\for sub_comment in data.sub_comments:
comment(sub_comment)
</div>
comment()
$do_something(1, 2, 3)