{% block htmlHead %} <=%- if htmlHead %=> <=$ htmlHead $=> <=%- endif %=> {% endblock %} {% extends 'template/<=$ template $=>.html'%} {% block vueTemplate %}
{% endblock %} {% block vueScript %} <=%- if (actionContent | find({isCheckFormBeforeClose: true})) %=> {% include 'component/jianghuJs/jhSaveConfirmDialog.html' %} <=%- endif %=> <=%- for component in componentList %=> {% include 'component/<=$ component.componentPath $=>.html' %} <=%- endfor %=> <=%- for item in includeList %=> <=%- if item.type != 'vueComponent' and item.type != 'vueUse' %=> <=$ item | includeFormat | safe $=> <=%- endif %=> <=%- endfor %=> {% endblock %}