When having the following structure in template, the include is not working (nothing shown) > {% cms_edit %} > {% block %} > {% include "_template.html" %} > {% endblock %} > {% end_cms_edit %}
When having the following structure in template, the include is not working (nothing shown)