Hi Bob, Header.tml: <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"> <head>....</head> <body>....
<t:body/> <!-- This tag will render your Hello.tml --> </body> </html> Hello.tml: <t:Header xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"> Hello Word! </t:Header> Marcus