layout.html.twig 396B

12345678910111213
  1. {% extends 'MuzichCoreBundle::layout.html.twig' %}
  2. {% block css %}
  3. <link href="{{ asset('bundles/muzichgroups/css/groups.css') }}" rel="stylesheet" media="screen" type="text/css" />
  4. {% endblock %}
  5. {% block main_content %}
  6. {% include "MuzichCoreBundle:Menu:containerMenu.html.twig" with { 'active': 'mygroups', 'mygroups': true } %}
  7. {% block content %}{% endblock %}
  8. {% endblock %}