@block
Includes an external "block" template into the current one. This is similar to the @include tag but assumes a base path of /blocks
as the template location.
Parameters
path
- (required) the relative path to the template (example: "../template.html")
Result
The child template is retrieved, loaded, compiled and inserted into the current template.