Files
test/owl_demo/static/src/xml/MyComponent.xml

10 lines
201 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<templates xml:space="preserve">
<t t-name="owl_demo.my_component">
<div t-on-click="increment">
<t t-esc="state.value"/>
</div>
</t>
</templates>