Mark R. White
New Member
Does MailWizz's implementation of the Twig support include statements (as seen below)?
If so where would you save those partial files? through the front end or just store them in twig's source folder?
If not, is there any plan to do so?
Code:
{{ include('sidebar.html') }}
{% for box in boxes %}
{{ include('render_box.html') }}
{% endfor %}
If so where would you save those partial files? through the front end or just store them in twig's source folder?
If not, is there any plan to do so?