mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
16 lines
338 B
Twig
16 lines
338 B
Twig
<div class="col-10 mt-5">
|
|
{# vue component #}
|
|
<div id="homepage_widget"></div>
|
|
|
|
{% include '@ChillMain/Homepage/fast_actions.html.twig' %}
|
|
</div>
|
|
|
|
|
|
{% block css %}
|
|
{{ encore_entry_link_tags('page_homepage_widget') }}
|
|
{% endblock %}
|
|
|
|
{% block js %}
|
|
{{ encore_entry_script_tags('page_homepage_widget') }}
|
|
{% endblock %}
|