Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
212
/
root
/
srv
/
data
/
web
/
vhosts
/
www.impressionrapide.fr
/
htdocs
/
templates
/
//proc/212/root/srv/data/web/vhosts/www.impressionrapide.fr/htdocs/templates/base.html.twig
<!DOCTYPE html> <html lang="fr"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap" rel="stylesheet"> <link rel="shortcut icon" href="{{ asset("build/images/footer-bg.png") }}" type="image/x-icon"> <title>{% block title %}IG Print{% endblock %}</title> {% block stylesheets %}{% endblock %} <meta name="description" content="{% block description %}{% endblock %}"> <meta name="keywords" content="{% block keywords %}{% endblock %}"> </head> <body> {% set flashbag_messages = app.session.flashbag.all() %} <div id="notifications"> {% for type, messages in flashbag_messages %} {% for message in messages %} <div class="alert alert-{{ type }} alert-dismissible" role="alert" onload="setTimeout(() => {this.remove()}, 7500)"> <p style="margin: 0px">{{ message|raw }}</p> <button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button> </div> {% endfor %} {% endfor %} </div> {% block body %}{% endblock %} {% block javascripts %} <script src="{{ asset("js/alerts.js") }}"></script> {% endblock %} </body> </html>