<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
{# <meta name="description" content="Test freeline" /> #}
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %}{{title}}{% endblock %} - My Freeline</title>
{% block stylesheets %}
<link href="{{ app.request.getBaseURL() }}/assets/front/titan/lib/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
{% endblock %}
{% block head %}{% endblock %}
</head>
<body data-spy="scroll" data-target=".onpage-navigation" data-offset="60">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M8V88K5"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
{% block body %}{% endblock %}
{% block javascripts %}{% endblock %}
</body>
</html>