fix(tiller): stop printing <no value> when var is missing
Instead of printing "no value", this prints an empty string by default, but adds a Strict flag on the engine, which (if true) will cause a template render to error out if a value is not supplied. Strict is set to false so that developers can instead use `default` to set default values.
Showing
+20 -1
Please register or sign in to comment