Last updated 5 years ago
Remember that before including a Partial, you have to define it as explained .
Use the include native helper to include a partial you have previously defined in your template.
include
{{include("mypartial")/}} OR {{include(mypartial)/}} OR {{include('mypartial')/}}