<html> <head> <title>Hello</title> <link href="{{ url_for('static', path='/style.css') }}" rel="stylesheet"> </head> <body> <a href="{{ url_for('admin_index') }}">Admin page</a> <h1>Hello World !</h1> </body> </html>