iron-meteor/iron-layout

Add test cases for various types of data inheritance

Closed this issue · 1 comments

Off the top of my head:

  1. When there's a {{#with}} around a {{> yield}}
  2. When there's a {{#with}} around a {{> yield}}, and the data is set via {{#contentFor data=X}}
  3. When there's no {{#with}}, and no data is set.

@cmather -- added some tests.

I'm happy to try and solve them but I wanted to check that they made sense to you before I did so.