How does the info used in master template as umbraco items get passed down to child templates?
Master template
Child template 1
Child template 2
In Master template I have
<umbraco:Item field="training" runat="server" />
The field training is text that is entered in umbraco's content tab. This info needs to be entered once and displayed in page placeholders that use Child template 1 and 2.