afscrome / IronVelocity

A wrapper around NVelocity (a port of Apache Velocity) using the DLR to provide higher performance template execution.
MIT License
6 stars 1 forks source link

Formal Directives #34

Closed afscrome closed 8 years ago

afscrome commented 8 years ago

Allow directives to be formally specified with curley braces to allow for text to preceed a directive without adding whitespace. e.g. #{if($condition)}something#{else}otherthing#{end}