Rocket/examples/handlebars_templates/templates/about.hbs

9 lines
114 B
Handlebars
Raw Normal View History

2018-03-24 15:43:06 +00:00
{{#*inline "page"}}
<section id="about">
<h1>Here's anoter page!</h1>
</section>
{{/inline}}
{{~> (parent)~}}