We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a15c334 commit aed7fc7Copy full SHA for aed7fc7
tests/test_app/templates/base.html
@@ -17,10 +17,7 @@
17
<h1>IDOM Test Page</h1>
18
<div>{% idom_component "test_app.components.HelloWorld" %}</div>
19
<div>{% idom_component "test_app.components.Button" %}</div>
20
- <div>
21
- {% idom_component "test_app.components.ParametrizedComponent" x=123 y=456
22
- %}
23
- </div>
+ <div>{% idom_component "test_app.components.ParametrizedComponent" x=123 y=456 %}</div>
24
<div>{% idom_component "test_app.components.SimpleBarChart" %}</div>
25
</body>
26
</html>
0 commit comments