<!DOCTYPE html> <html> <head> <title>{{ app_name }} Login</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <script> window.location.replace('{{ redirect_to }}') </script> </head> </html>