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 4923bda commit bef222dCopy full SHA for bef222d
2 files changed
javascript/extractor/tests/generatedcode/input/test.html
@@ -10,5 +10,7 @@ <h1>{{title}}</h1>
10
var data2 = {{ user_data2 | json | safe }};
11
var data3 = <%- user_data3 %>;
12
</script>
13
+ <a href="{{ attr1 }}" title="{{{ attr2 }}}" data-foo="<%- attr3 %>"
14
+ data-bar=" {{ attr4 }} "></a>
15
</body>
16
</html>
0 commit comments