=%- set jhScene = (headContent | find({tag: 'jh-scene'})) %=>
<=%- set jhOrder = (headContent | find({tag: 'jh-order'})) %=>
<=%- set jhMode = (headContent | find({tag: 'jh-mode'})) %=>
<=%- set jhSearch = (headContent | find({tag: 'jh-search'})) %=>
<=%- set jhList = (pageContent | find({tag: 'jh-list'})) %=>
{% include 'common/jianghuJs/jhInitV4.html' %}
<=%- if (actionContent | find({isCheckFormBeforeClose: true})) %=>
{% include 'component/jianghuJs/jhSaveConfirmDialog.html' %}
<=%- endif %=>
<=%- for item in includeList %=>
<=%- if item.type != 'vueComponent' and item.type != 'vueUse' %=>
<=$ item | includeFormat | safe $=>
<=%- endif %=>
<=%- endfor %=>