<!DOCTYPE html>
<html>
<head>
<!-- Meta -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="UB Photographies">
<meta name="description" content="Photographie professionnelle, création de site web, UBPhotographies vous accompagne dans le développement de votre image. Photographie corporate, trombinoscope, packshot, reportage d'entreprise, photographie immobilière.">
<meta name="keywords" content="UB Photographies, photographe, agence web, création de site internet, site vitrine, photographie, UBPhotographies , reportage évènementiel, reportage entreprise, photographie corporate, storytelling, photo immobilière, packshot, Plaisance-du-Touch, Toulouse, Occitanie, Pau, Midi-pyrénées">
<link rel="shortcut icon" size="192x192" type='image/x-icon' href="{{ asset('studio_build/images/favicon/ub-pictogramme-noir.ico', 'studio_build') }}"/>
<link href="{{ asset('bundles/ekynacookieconsent/css/cookie-consent.css') }}" rel="stylesheet" type="text/css"/>
{% if app.environment == "prod" %}
{{ ekyna_cookie_consent_render() }}
{% if ekyna_cookie_consent_category_allowed('analytic') %}
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JHBPEBGZYK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-JHBPEBGZYK');
</script>
{% endif %}
{% else %}
<meta name="robots" content="noindex">
{% endif %}
<title>
{% block title %}
UB Photographies - Réserver votre séance photo à Plaisance du touch.
{% endblock %}
</title>
{% block stylesheets %}
{{ encore_entry_link_tags('app_studio', null, 'studio_build') }}
{{ encore_entry_link_tags('pro_global', null, 'pro_build') }}
{{ encore_entry_link_tags('pro_navbar', null, 'pro_build') }}
{{ encore_entry_link_tags('pro_cookie', null, 'pro_build') }}
{% endblock %}
</head>
<body class=" text-center text-white">
<header class="">
{% block header %}
{% include('@probundle/probundle/navbar.html.twig') %}
{% endblock %}
</header>
<div class="content">
{% for label, messages in app.flashes %}
{% for message in messages %}
<div class="alert alert-{{ label }} alert-dismissible fade show alert-homepage" role="alert">
{{ message }}
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
</div>
{% endfor %}
{% endfor %}
{% block content %}{% endblock %}
</div>
{% include('@probundle/probundle/footer.html.twig') %}
</body>
{% block javascripts %}
{{ encore_entry_script_tags('parc_app', null, 'parc_build') }}
{{ encore_entry_script_tags('parc_navbar', null, 'parc_build') }}
{{ encore_entry_script_tags('fontawesome', null, 'parc_build') }}
{% endblock %}
</html>