{% set connectUser = false %}
{% set connectUser2 = false %}
{% if app.user is not null %}
{% set connectUser = true %}
{% set connectUser2 = false %}
{% endif %}
{% set pathAbsolute = app.request.schemeAndHttpHost ~ app.request.requestUri %}
{% set paramTool = getCoreToolsList("blog") %}
{% set logo = paramTool['logo'] %}
{% set logo_width = paramTool['logo_width'] %}
{% set logo_height = paramTool['logo_height'] %}
{% set logoMobile = paramTool['logomobile'] %}
{% set logoMobile_width = paramTool['logomobile_width'] %}
{% set logoMobile_height = paramTool['logomobile_height'] %}
{% set twitter = paramTool['twitter'] %}
{% set facebook = paramTool['facebook'] %}
{% set instagram = paramTool['instagram'] %}
{% set youtube = paramTool['youtube'] %}
{% set linkedin = paramTool['linkedin'] %}
{% set favicon = paramTool['favicon'] %}
{% set websitename = paramTool['websitename'] %}
{% set htmlTrack = paramTool['htmltrack'] %}
{% set htmlTrack2 = paramTool['htmltrack2'] %}
{% set domain = paramTool['absolute_domain'] %}
{% set lang = paramTool['lang_HTML'] %}
<!DOCTYPE html>
<html lang="{{ lang }}">
<head>
<meta charset="utf-8">
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge" /><![endif]-->
<title>{% block title %}{% endblock title %}</title>
<meta name="language" content="{{ lang }}" />
<meta name="copyright" content="{{ websitename }}" />
<meta name="robots" content="{% block robots %}index,follow{% endblock robots %}" />
<meta name="description" content="{% block description %}{% endblock description %}" />
<meta name="viewport" content="initial-scale=1.0" />
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, maximum-scale=6, minimum-scale=1, minimal-ui" />
{% block meta_social %}{% endblock meta_social %}
{% block meta %}{% endblock meta %}
{% block canonical %}{% include "components/canonical.html.twig" with {'path':pathAbsolute} %}{% endblock canonical %}
<link rel="alternate" type="application/rss+xml" title="Articles de {{ websitename }}" href="{{ domain ~ path('rss') }}" />
{% include "components/dns-prefetch.html.twig" %}
{% include "components/favicon.html.twig" with {'favicon':favicon} %}
{% include "/themesWebsite/blog_02/components/stylesheets.html.twig" %}
{% include "components/editor_css.html.twig" %}
{% include "components/codemirror_css.html.twig" %}
{% block css %}{% endblock css %}
{% include "/themesWebsite/blog_02/components/scripts_header.html.twig" %}
{% block js %}{% endblock js %}
{{ htmlTrack|raw }}
</head>
<body>
<div class="content-wrapper">
{% block header %}{% endblock header %}
<main>
{% block start_body %}{% endblock start_body %}
{% block body %}{% endblock body %}
</main>
{% block body_footer %}{% include "/themesWebsite/cvs/application/cv/components/footer.html.twig" with {'logo':favicon} %}{% endblock body_footer %}
</div>
<noscript>Your browser does not support JavaScript!</noscript>
{% block footerbody %}{% endblock footerbody %}
{% block footer_body %}{% endblock footer_body %}
{% include "/themesWebsite/blog_02/components/scripts_footer.html.twig" %}
{% include "components/flashmessage.html.twig" %}
{% include "components/editor_js.html.twig" %}
{% include "components/codemirror_js.html.twig" %}
{% block footer_js %}{% endblock footer_js %}
{% block footerjs %}{% endblock footerjs %}
{{ htmlTrack2|raw }}
</body>
</html>