Basic Syntax
Partials are implemented behind-the-scenes as native helpers, and the syntax is the same as a self-closing helper.
{{include("mypartial")/}}OR{{include(mypartial)/}}OR{{include('mypartial')/}}
Example
{{include(header)/}}
Partials are implemented behind-the-scenes as native helpers, and the syntax is the same as a self-closing helper.
{{include("mypartial")/}}OR{{include(mypartial)/}}OR{{include('mypartial')/}}
{{include(header)/}}