Occaisionally one wishes to <include> a template that is also used as a full page. Such a template may use the <property> tag. I would be useful if a <property> set in a <include>d template was set in the including template to be passed up to the master template.
Is this something we might want to do? Is it even possible?
There could be duplicate <properties> set in both templates. We might want to ignore those in the include if there are duplicates. The other option would be to somehow specify which properties to accept from the included template in the include tag ie: <include src="my_template" property="foo" property="bar">
Request notifications