{% include "partials/header.html.j2" %} <section class="w-auto min-h-screen bg-gray-50 dark:bg-gray-900 md:min-h-250"> <div class="flex flex-col items-center justify-center" > <div class="mb-3 text-indigo-700 dark:text-indigo-300 font-bold text-2xl">{{site_org | default(value="")}}: {{site_name | default(value="")}} </div> <div class="mb-8 text-indigo-900 dark:text-indigo-100 font-bold text-3xl">Thank you for using this website !</div> <div class="flex p-4 mb-4 p-2 text-sm text-blue-800 rounded-lg bg-blue-50 dark:bg-gray-800 dark:text-blue-400" role="alert"> <svg aria-hidden="true" class="flex-shrink-0 inline w-5 h-5 mr-3" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a1 1 0 000 2v3a1 1 0 001 1h1a1 1 0 100-2v-3a1 1 0 00-1-1H9z" clip-rule="evenodd"></path></svg> <span class="sr-only">Info</span> <div> <span class="font-medium">One last thing: </span> <ul class="mt-1.5 ml-4 list-disc list-inside"> <li class="mt-2">Your current session has been closed.</li> <li class="mt-2">Use <a class="p-1.5 hover:bg-indigo-200 hover:text-indigo-800 border-indigo-500 border-1 text-indigo-500 rounded focus:outline-none focus:shadow-inline accent-indigo-600" href="/login">Login</a> to start a new session. </li> </ul> </div> </div> </div> </section> <script> </script> {% include "partials/footer.html.j2" %}