File: /home/frenchy/www/extracts/var/www/french-american.org/repo/app/views/base.twig
{% block html_head_container %}
<!doctype html>
<html class="no-js" {{ site.language_attributes }}>
<head>
<meta charset="{{ site.charset }}">
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<link rel="pingback" href="{{ site.pingback_url }}"/>
<link href="http://gmpg.org/xfn/11" rel="profile">
{% include "partials/gtm-head.twig" %}
{% include "partials/social-metas.twig" %}
{% include "partials/favicons.twig" %}
{% block head %}{% endblock %}
{{ function('wp_head') }}
<script>
document.documentElement.classList.remove('no-js');
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-272EGL5092"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-272EGL5092');
</script>
</head>
{% endblock %}
<body
class="body-inner no-page-loader {{ body_class }}" data-template="base.twig">
{% include "partials/gtm-body.twig" %}
{% include 'components/_symbols.svg.twig' %}
<header id="header" data-transparent="false" data-fullwidth="false" class="light">
{% block header %}
{% include 'header.twig' %}
{% endblock %}
</header>
<!-- Banner -->
{% if post.thumbnail %}
<section id="page-title" class="page-title-left text-light" data-parallax-image="{{post.thumbnail.src}}"></section>
{% endif %}
<!-- Content -->
<main id="page-content" role="main">
<div class="container container--small">
{% block content %}
Désolé, il n'y a actuellement pas de contenu sur cette page.
{% endblock %}
</div>
</main>
<!-- end: Content -->
{% block footer %}
<footer class="footer" id="footer" role="contentinfo">
{% include 'footer.twig' %}
</footer>
{% endblock %}
{% include "partials/cookie.twig" %}
<!-- Scroll top -->
{# <button id="scrollTop">
<svg aria-hidden="true" class="iicon i-chevron">
<use xlink:href="#i-chevron"></use>
</svg>
</button> #}
<!--Polos JS-->
<script src="/wp-content/themes/biig/assets/polo/js/plugins.js"></script>
<script src="/wp-content/themes/biig/assets/polo/js/functions.js"></script>
{{ function('wp_footer') }}
</body>
</html>