mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-25 11:36:13 +00:00
15 lines
345 B
Twig
15 lines
345 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 %} |