The TileLayout component is really reliant on templates - the Content tag is actually a template. This is why a Data parameter like the one our data-bound components have is not that suitable. If you have a data collection you can make a foreach loop, and in that loop - to render the...