7 lines
162 B
HTML
7 lines
162 B
HTML
|
<script>
|
||
|
function __templ_withParameters_1056(a, b, c){console.log(a, b, c);
|
||
|
}
|
||
|
</script>
|
||
|
<script>
|
||
|
__templ_withParameters_1056("hello","world",42069)
|
||
|
</script>
|