{% extends "@ChillMain/layout.html.twig" %} {% block title 'Update calendar'|trans %} {% block content %}
{# <=== vue component #} {% include 'ChillCalendarBundle:Calendar:edit.html.twig' with {'context': 'user'} %}
{% endblock %} {% block js %} {{ parent() }} {{ encore_entry_script_tags('vue_calendar') }} {% endblock %} {% block css %} {{ parent() }} {{ encore_entry_link_tags('vue_calendar') }} {% endblock %}