<!doctype html>
<html lang="{{ locale|default('fr-FR') }}">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    {% include 'partials/page-meta.twig' with { page: 'explorer' } only %}
</head>
<body>
    <h1>{{ trans('pages.explorer.title') }}</h1>

    <p>{{ trans('pages.explorer.placeholder') }}</p>

    {% include 'partials/cookie-consent.twig' %}
</body>
</html>
