templates/base-admin.html.twig line 1

Open in your IDE?
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <meta charset="UTF-8"/>
  5.     <title>{% block title %}Go4connect CMS {% endblock %} {% block subtitle %}{% endblock %} </title>
  6.     <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
  7.     <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no">
  8.     {% block meta %}
  9.         <meta name="description" content="Ican"/>
  10.     {% endblock %}
  11.     <link rel="shortcut icon" type="image/x-icon" href="{{ asset('bundles/ican/img/favicon.ico') }}">
  12.     {% block stylesheets %}{% endblock %}
  13. </head>
  14. <body class="{% block bodyclass %}{% endblock bodyclass%}">
  15. {% block body %}
  16. {% endblock body %}
  17. </body>
  18. </html>
  19. {% block javascripts %}{% endblock javascripts %}