Source example/template/layout/main.layout.hbs

{{!--
/**
 * @template main%layout
 * @language handlebars
 * @block layout
 * @description Shows basic bauplan elements
 */
--}}
{{view "header"}}
<p>{{moment}}: main.layout time</em></p>
{{view "site-content"}}

<h2>Features</h2>
<p>{{#feature "x"}}X feature enabled{{else}}X feature not enabled{{/feature}}</p>
<p>{{#feature "y"}}Y feature enabled{{else}}Y feature not enabled{{/feature}}</p>