Rocket/examples/templating/templates/hbs/about.hbs

14 lines
198 B
Handlebars

{{#*inline "page"}}
<section id="about">
<h1>About - Here's another page!</h1>
<ul>
{{#each items}}
<li>{{ this }}</li>
{{/each}}
</ul>
</section>
{{/inline}}
{{~> (parent)~}}