kekrozsak/vendor/kriswallsmith/assetic/tests/Assetic/Test/Extension/Twig/templates/variables.twig

5 lines
162 B
Twig

<assets>
{% javascripts "foo.js" "variable_input.{foo}.js" vars=["foo", "bar"] debug=true %}
<url>{{ asset_url }}</url>
{% endjavascripts %}
</assets>