<!DOCTYPE html>
<html class="h-100" lang="uk">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="{% block description %}{% endblock %}">
<meta name="keywords" content="{% block keywords %}{% endblock %}">
<title>{% block title %}Реєстратура online{% endblock %}</title>
{% block google_analytics %}{% endblock %}
{% block stylesheets %}
<link rel="stylesheet" href="{{ asset('build/app.css') }}">
{% endblock %}
<link rel="icon" type="image/png" href="{{ asset('computer.png') }}" />
</head>
<body class="h-100">
{% block body %}{% endblock %}
{% block javascripts %}
<script src="{{ asset('build/app.js') }}"></script>
{% endblock %}
</body>
</html>