baryshev / ect

Fastest JavaScript template engine with embedded CoffeeScript syntax
http://ectjs.com
MIT License
626 stars 70 forks source link

Additional data to parent using extend #98

Open apparatusdeus opened 8 years ago

apparatusdeus commented 8 years ago

Is there a way to pass additional information to the parent template from the child when using extend?

For example: <% extend 'master.ect', { title: 'Product Example' } %>