Flow using handlebars
Mobile using hogan
Gabriel's knockoff template language.
One template to rule them all
Description
Description
Details
Details
- Reference
- fl515
Related Objects
Related Objects
- Mentioned In
- T85890: Dismantle Mantle
- Mentioned Here
- T379: RfC: HTML templating library (backend and frontend)
Event Timeline
Comment Actions
tparscal wrote on 2014-07-31 22:59:06 (UTC)
This may not be necessary if we can support both through the same API provided by the planned TemplateWidget. I believe that we should focus first on mustache, but it's fine to support others too.
Comment Actions
SG wrote on 2014-07-31 23:12:44 (UTC)
We have some good use of Handlebars in PHP via lightncandy. While mustache makes sense, lightncandy has proven itself to be quite fast for us. Insanely so in hhvm.
On the other hand, knockoff would allow us to use knockout.js, which could be particularly useful for real-time updating of content.
Comment Actions
I think this task can be marked a duplicate of T379: RfC: HTML templating library (backend and frontend).