<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %}{{ project.name ~ ' | ' ~ title }}{% endblock %}</title>
<link rel="shortcut icon" href="/assets/img/favicon.ico" type="image/x-icon">
{% block stylesheets %}
{{ include('section/stylesheet.html.twig') }}
{% endblock %}
</head>
<body class="{{ bodyClass|default('hold-transition sidebar-mini layout-fixed') }}">
{% block wrapper %}
{% endblock %}
{% block javascripts %}
{{ include('section/javascript.html.twig') }}
{% endblock %}
</body>
</html>