The default behavior when including a child template should be to expose none of the parent's view locals. Right now, all view locals are exposed. Currently, one can control which locals are exposed to the included template using the exposing keyword. Exposing * could be a solution to expose all parent view locals.
The default behavior when including a child template should be to expose none of the parent's view locals. Right now, all view locals are exposed. Currently, one can control which locals are exposed to the included template using the
exposing
keyword. Exposing*
could be a solution to expose all parent view locals.Anyone out there have any thoughts on this?