Rocket/examples/handlebars_templates/templates/about.hbs

14 lines
190 B
Handlebars

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