You could also use this:
{% stylesheets '../app/Resources/public/css/*' %}
<link href="https://stackoverflow.com/questions/6903473/{{ asset_url }}" type="text/css" rel="stylesheet" />
{% endstylesheets %}
You could also use this:
{% stylesheets '../app/Resources/public/css/*' %}
<link href="https://stackoverflow.com/questions/6903473/{{ asset_url }}" type="text/css" rel="stylesheet" />
{% endstylesheets %}