Assigns a template variable value under key (read back with get).
value
key
void assign(String key, dynamic value) { _vars[key] = value; }