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
@stevelacey you can control the extension that django-jstemplate looks for with the JSTEMPLATE_EXTS setting variable (e.g., JSTEMPLATE_EXTS = ['html.twig']).
For the formal support, I would gladly accept a pull request 😉. If your above example is what it takes, it shouldn't be difficult. Check out the mustachejs template tag for an example.
I am just using doing this for now and parsing the template manually:
But, formal support for Twig.js would be cool.
The text was updated successfully, but these errors were encountered: