umakantp / jsmart

jSmart is Smarty Javascript Template Engine, port of the PHP Smarty Template Engine
MIT License
134 stars 35 forks source link

Blocks inside blocks dont work? #36

Open Attacler opened 5 years ago

Attacler commented 5 years ago

Hello there,

block nesting like this does not work: `{block name="header"}

{/block}`

is there a way to fix this?