Partials
Use the include
native helper to include a partial you have previously defined in your template.
Example
{{include("mypartial")/}}
OR
{{include(mypartial)/}}
OR
{{include('mypartial')/}}
Last updated
Use the include
native helper to include a partial you have previously defined in your template.
{{include("mypartial")/}}
OR
{{include(mypartial)/}}
OR
{{include('mypartial')/}}
Last updated