jbboehr / handlebars.c

C implementation of handlebars.js
GNU Lesser General Public License v2.1
35 stars 5 forks source link

Handlebars decorators and inline partial support #72

Open jbboehr opened 6 years ago

jbboehr commented 6 years ago

Inline partials in handlebars.js are implemented using decorators. We should ideally implement both, but implementing either would be great. We don't necessarily need to implement inline partials using decorators.