<!DOCTYPE html> <html> <head> <title>Rézoroulette Metzthernet</title> <meta charset="utf-8"/> <meta http-equiv="refresh" content="60"> <link rel="stylesheet" href="{{ url_for('static', filename='style_red.css') }}" /> <script type="text/javascript" src="{{ url_for('static', filename='javascript.js') }}"></script> <script type="text/javascript" src="{{ url_for('static', filename='highcharts.js') }}"></script> <script type="text/javascript" src="{{ url_for('static', filename='jquery-3.1.1.min.js') }}"></script> <link rel="shortcut icon" type="image/x-icon" href="{{ url_for('static', filename='favicon.ico') }}" /> </head> <body> <div id="body_bis"> <div id="banner"> </div> <div id="content_container"> <div id="content"> {% with messages = get_flashed_messages() %} {% if messages %} <ul class=flashes> {% for message in messages %} <li>{{ message }}</li> {% endfor %} </ul> {% endif %} {% endwith %} {% block content %}{% endblock %} </div> <div id="footer">Contact technique : <a href="mailto:metzthernet@gmail.com">metzthernet@gmail.com</a></div> </div> </div> </body> </html>