We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
We use the include tag to import elements.
include
This requires that elements are twig templates using the .tpl extension.
.tpl
{% include 'test.tpl' %}
Using .ctp would work but any PHP inside will not be executed.
.ctp
{% include 'test.ctp' %}