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