<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<title>{% block title %}Puush création site internet | développement d'application Poitiers{% endblock %}</title>
<link rel="canonical" href="https://puush.io" />
<meta name="description" content="Puush est une société spécialisée dans la création de sites web et d'applications à Poitiers. Nous sommes experts en développement web et mobile.">
<meta name="keywords" content="Puush, Poitiers, création de sites web, développement web, développement mobile, applications web, agence web, creation site internet, ">
<meta name="author" content="Puush">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<meta property="og:locale" content="fr_FR" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Création de site internet & conseil stratégie digitale" />
<meta property="og:description" content="Création de site internet, création d'applications web, applications métier, intranet, applications mobiles, référencement, emarketing, emailing, réseaux sociaux" />
<meta property="og:url" content="https://puush.io/" />
<meta property="og:site_name" content="puush" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@puush" />
<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">
<link rel="icon" sizes="192x192" href="{{ asset ('images/android-desktop.png')}}">
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="App">
<link rel="apple-touch-icon-precomposed" href="{{ asset ('images/android-desktop.png')}}">
<!-- Tile icon for Win8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png">
<meta name="msapplication-TileColor" content="#3372DF">
{#<link rel="shortcut icon" href="{{ asset ('images/android-desktop.png')}}">#}
{% block stylesheets %}
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
{{ encore_entry_link_tags('app') }}
{% endblock %}
<link rel="icon" sizes="32x32" href="{{ asset ('images/android-desktop.png') }}">
{{ include('/pages/main_navbar.html.twig') }}
</head>
<body>
{% block body %}
{% endblock %}
{% block javascripts %}
{{ encore_entry_script_tags('globalJs') }}
{{ encore_entry_script_tags('app') }}
{% endblock %}
</body>
{#{% if not app.request.cookies.get('cookie_banner_displayed') %}#}
{#{{ render_esi(path('ch_cookie_consent.show')) }}#}
{#{{ render_esi(path('ch_cookie_consent.show_if_cookie_consent_not_set')) }}#}
{{ render_esi(path('ch_cookie_consent.show_if_cookie_consent_not_set', { 'locale' : app.request.locale })) }}
{#{% endif %}#}
{{ include('/pages/main_footer.html.twig') }}
{% include "@CHCookieConsent/cookie_consent_styling.html.twig" %}
</html>