twig.js
twig.js copied to clipboard
Cache false not working for inline includes
When a template is used in a page, the modifications are not reflected.
This is true. Setting
// by default Twig.cache(true);
to
Twig.cache(false);
renders includes (and embeds) correctly.
@ostrojs can you provide an example using this template at a starting point?