Commits


template: don't automatically include tmpl.h anymore


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.)


style; parenthesize returns


import the template compiler i've been working on