So I'm trying it out, I can't add each object to a t object like
t.flag_red to avoid things like "flag_red is not defined" but that
probably wasn;t the best way to do it.... I'm using coffeescript
templates like
https://gist.github.com/7bc623bfa9d14f8508b4 surely
theirs a template method that I can extend and add something like if
typof variable is 'undefined' or _.isNull(variable) then return false
else variable which would avoid the is not defined errors.....