<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Autobiographie de Chris Marker.
Produit par le Centre Georges Pompidou, le Musée National d'Art Moderne, le Service nouveaux media et Les Films de l'Astrophore, à Paris, Nosferatu, à Helsinki, et le Centre pour l'image contemporaine de Saint-Gervais,
à Genève, ce projet est au départ un cédérom, qui consiste en un immense assemblage de fragments (images, textes et son), que l'utilisateur peut parcourir à sa guise, recréant autant d'histoires (ou biographies) que de parcours." />
<meta name="keywords" content="Chris Marker" />
<meta name="author" content="Justarigolo & Webgiciel" />
<meta name="copyright" content="© CC 2021" />
<!-- favicon -->
<link rel="shortcut icon" href="{{ pathLocal }}/modules/favicon.ico">
<!-- titre -->
<title>{% block title %}Immemory{% endblock %}</title>
<!-- bootstrap -->
<link rel="stylesheet" href="{{ pathLocal }}/modules/bootstrap-4.5.3/css/bootstrap.min.css">
<!-- fontawesome -->
<script src="https://kit.fontawesome.com/97264cb235.js" crossorigin="anonymous"></script>
<!-- ckeditor -->
<script src="https://cdn.ckeditor.com/4.16.1/standard/ckeditor.js"></script>
<!-- jquery-ui -->
<link rel="stylesheet" href="{{ pathLocal }}/modules/js/jquery-ui-1.12.1.custom/jquery-ui.min.css">
<!-- css -->
<link rel="stylesheet" href="{{ pathLocal }}/css/style.css">
{% if app.user is not null %}
{% if app.user.roles[0] == "ROLE_ADMIN" %}
<link rel="stylesheet" href="{{ pathLocal }}/css/style_Administrateur.css">
{% else %}
<link rel="stylesheet" href="{{ pathLocal }}/css/style_Membre.css">
{% endif %}
{% else %}
<link rel="stylesheet" href="{{ pathLocal }}/css/style_Visiteur.css">
{% endif %}
<link rel="stylesheet" href="{{ pathLocal }}/css/stylePrint.css" type="text/css" media="print">
</head>
<body>
<div id="base" class="sticky-top">
{% include('content/elements/navBarImmemory.html.twig') %}
</div>
{% block body %}{% endblock %}
<!-- bootstrap -->
<script src="{{ pathLocal }}/modules/js/jquery-3.5.1.min.js"></script>
<script src="{{ pathLocal }}/modules/bootstrap-4.5.3/js/bootstrap.bundle.min.js"></script>
<!-- jquery-ui -->
<script src="{{ pathLocal }}/modules/js/jquery-ui-1.12.1.custom/external/jquery/jquery.js"></script>
<script src="{{ pathLocal }}/modules/js/jquery-ui-1.12.1.custom/jquery-ui.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<!-- js -->
{% block javascripts %}{% endblock %}
</body>
</html>