So I'd like to include large but not complicated html, which just contains 1 variable item
which should be inherited from the parent.
Is there some simple way rather than having to create a whole component for it?
<div>Lots of nodes here, not just one, and also some item attributes {{item.url}}</div>
The parent would include this template at several spots.
What is the least amount of syntax required?