perf(render): pre-size generated view output

This commit is contained in:
slhx agent
2026-07-13 09:53:26 +02:00
parent 7db05356ae
commit d32f3cb893
6 changed files with 103 additions and 2 deletions
+11
View File
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head><title>{+ self.title +}</title></head>
<body>
<h1>{+ self.title +}</h1>
<p>{+ self.body +}</p>
<ul>
<li h-for="item in &self.items">{+ item +}</li>
</ul>
</body>
</html>