You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.
This was a long time ago, but I wanted to comment that I do use SWIG with this just fine. Without running the code above, it looks like its a mistake in the code itself. It should be something like:
{% for cssFile in cssFiles %}
{{ CDN(cssFileVal) }}
{% endfor %}
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is this library able to work with html + swig instead of jade or ejs?
I had this code:
where
cssFiles
it is the list of Css Files stored as String in a config file.I've change it to this:
But the code in {{}} is not pre processed, so I end having this:
I will really appreciate some help to make this work. Thanks
The text was updated successfully, but these errors were encountered: