|
|
@@ -27,7 +27,8 @@ |
|
|
|
<link rel="stylesheet" href="{{ asset(css_asset) }}"> |
|
|
|
{% endfor %} |
|
|
|
|
|
|
|
{% for webpack_encore_entry in ea.assets.webpackEncoreEntries ?? [] %} |
|
|
|
|
|
|
|
{% for webpack_encore_entry in ea.assets.webpackEncoreAssets ?? [] %} |
|
|
|
{{ ea_call_function_if_exists('encore_entry_link_tags', webpack_encore_entry) }} |
|
|
|
{% endfor %} |
|
|
|
{% endblock %} |
|
|
@@ -55,6 +56,7 @@ |
|
|
|
|
|
|
|
{% block body %} |
|
|
|
<body id="{% block body_id %}{% endblock %}" class="sidebar-mini layout-fixed {% block body_class %}{% endblock %}"> |
|
|
|
|
|
|
|
{% block javascript_page_layout %} |
|
|
|
<script> |
|
|
|
document.body.classList.add( |
|
|
@@ -164,7 +166,7 @@ |
|
|
|
<script src="{{ asset(js_asset) }}"></script> |
|
|
|
{% endfor %} |
|
|
|
|
|
|
|
{% for webpack_encore_entry in ea.assets.webpackEncoreEntries ?? [] %} |
|
|
|
{% for webpack_encore_entry in ea.assets.webpackEncoreAssets ?? [] %} |
|
|
|
{{ ea_call_function_if_exists('encore_entry_script_tags', webpack_encore_entry, null, '_default', {'defer': false}) }} |
|
|
|
{% endfor %} |
|
|
|
{% endblock %} |