Partials
Reusable template system.
-
Include with
{{> header}}. -
Can pass custom context:
{{> sidebar title="Recent"}}. -
Block partials (
{{#> layout}}...{{/layout}}) are useful for layout wrapping. The layout calls{{> @partial-block}}to render the inner content.