mirror of
https://github.com/rwf2/Rocket.git
synced 2024-12-29 05:42:35 +00:00
14 lines
190 B
Handlebars
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)~}}
|