Hello Sammyjs-ers,
I ran into a problem where I need to implement Mustache.js with partials.
The setup looks like this. I have an index.mustache template which defines some basic structure and holds references to several partials, partialA.mustache, partialB.mustache, partialC.mustache.
My issue is, that the documentation seems to be outdated on partial usage. How exactly would I tell Sammy.js to tell Mustache.js to render my main template with all the partials and data I'd provide?
Cheers,
Octavian