src/Hitso/Bundle/AdminBundle/Resources/views/security_layout.html.twig line 1

Open in your IDE?
  1. {% trans_default_domain "admin" %}
  2. <!DOCTYPE html>
  3. <html class="no-js" dir="ltr" lang="{{ app.request.locale|split('_')|first|default('pl') }}">
  4. <head>
  5.     <meta charset="utf-8"/>
  6.     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  7.     <meta name="viewport" content="width=device-width">
  8.     <meta name="description" content=""/>
  9.     <title>{% block title %}Hitso{% endblock %}</title>
  10.     <link href="https://fonts.googleapis.com/css?family=Roboto:100,400,300,500,700&subset=latin,latin-ext" rel='stylesheet' type='text/css'>
  11.     {% block stylesheets %}{% endblock %}
  12.     {% include '@HitsoAdmin/layout/analytics.html.twig' %}
  13. </head>
  14. <body>
  15. {% include '@HitsoAdmin/layout/messenger.html.twig' %}
  16. {% block content %}{% endblock %}
  17. </body>
  18. </html>