vanilla 19.0

This commit is contained in:
Ernad Husremovic 2025-10-08 10:49:46 +02:00
parent 991d2234ca
commit d1963a3c3a
3066 changed files with 1651266 additions and 922560 deletions

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">
<t t-name="web.testRenderAt">
<div class="rendered">Test</div>
</t>
<t t-name="web.TestSubInteraction1">
<div class="sub1" t-att-data-which="first">Sub 1</div>
<div class="sub2" t-att-data-which="second">Sub 2</div>
</t>
</templates>