Commit 96ac6ebc authored by Matt Butcher's avatar Matt Butcher
Browse files

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.
parent 59806b40
Showing with 20 additions and 1 deletion
+20 -1
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment