Commits


template: add quoting support inside {{ ... }} blocks


fix parsing of {! !} block after content the '{' and '!' characters were pushed back in the wrong order and so read as "!{" instead of "{!". add regress for this case, and for similar usage (02 change.)


import the template compiler i've been working on