initial commit

This commit is contained in:
2026-08-11 17:39:34 -05:00
commit 9b44006c18
22 changed files with 24580 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
==================
Autoescape
==================
<div>
<ul>
<li>one</li>
{% autoescape off %}
<li>two</li>
{% endautoescape %}
<li>tree</li>
</ul>
</div>
---
(template
(content)
(autoescape_group
(template
(content)))
(content))