<!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1"><title>{% block title %}Welcome!{% endblock %}</title>{# <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128%22><text y=%221.2em%22 font-size=%2296%22>⚫️</text></svg>"> #}<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" /><link rel="icon" type="image/svg+xml" href="/favicon.svg" /><link rel="shortcut icon" href="/favicon.ico" /><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /><link rel="manifest" href="/site.webmanifest" />{# <link rel="stylesheet" href="https://bootswatch.com/5/zephyr/bootstrap.min.css"> #}{# <link rel="stylesheet" href="https://bootswatch.com/5/spacelab/bootstrap.min.css"> #}{# <link rel="stylesheet" href="https://bootswatch.com/5/materia/bootstrap.min.css"> #}{# <link rel="stylesheet" href="https://bootswatch.com/5/lumen/bootstrap.min.css"> #}{# <link rel="stylesheet" href="https://bootswatch.com/5/cerulean/bootstrap.min.css"> #}<style>#container {overflow: hidden; width: 89rem;}.inner {overflow: hidden; width: 89rem;}.child {float: left; width: 20rem;}body, html {height: 100%;margin: 0;display: flex;flex-direction: column;}.wrapper {flex: 1;}.footer {background-color: #f1f1f1;text-align: center;padding: 1rem;}</style>{# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #}{% block stylesheets %}{{ encore_entry_link_tags('app') }}<style>body {background-color: #F2F2F2;}</style>{% endblock %}{% block javascripts %}<script src="https://kit.fontawesome.com/f859a0599e.js" crossorigin="anonymous"></script>{{ encore_entry_script_tags('app') }}{% endblock %}</head><body>{% block navbar %}{% include "base/nav.index.html.twig" %}{% endblock %}<script src="https://code.jquery.com/jquery-3.6.1.js" integrity="sha256-3zlB5s2uwoUzrXK3BT7AX3FyvojsraNFxCc2vC/7pNI=" crossorigin="anonymous"></script><div class="wrapper"><div class="container">{% for flash in app.flashes('success') %}<div class="alert alert-success my-3" role="alert">{{ flash }}</div>{% endfor %}{% for flash in app.flashes('error') %}<div class="alert alert-danger my-3" role="alert">{{ flash }}</div>{% endfor %}{% for flash in app.flashes('warning') %}<div class="alert alert-warning my-3" role="alert">{{ flash }}</div>{% endfor %}</div>{% block body %}{% endblock %}</div></body>{% block footer %}<div class="footer">{% include "base/_footer.html.twig" %}</div>{% endblock %}</html>