heist-0.1.2: examples/ex03/home.tpl
<apply template="ex03/default">
<bind tag="header">
<h1>XYZ Inc.</h1>
</bind>
<bind tag="main">
<h1>Home Page</h1>
<p>Welcome to XYZ Inc</p>
</bind>
</apply>
<apply template="ex03/default">
<bind tag="header">
<h1>XYZ Inc.</h1>
</bind>
<bind tag="main">
<h1>Home Page</h1>
<p>Welcome to XYZ Inc</p>
</bind>
</apply>