Is there an API that I can use if I want to compile a single Toffee template string into a function that I can call with the context?
This would be useful for integrating Toffee into a system that already has its own caching and partials.
I've been playing with toffee.view and its run, and I'm wondering if that's a good path to follow.