JacksonTian / ejs-mate

Express 4.x layout, partial template functions for the EJS template engine.
205 stars 36 forks source link

expose compile, block, partial, layout methods #15

Closed duereg closed 9 years ago

duereg commented 9 years ago

This adds a compile() function, as well as exposes the block, partial, and layout methods.

useful for when you're using ejs-mate templates on the client

JacksonTian commented 9 years ago

LGTM.

JacksonTian commented 9 years ago

Would you like add test case for compile method.