{{ template "header.html" . }}
<main class="flex-shrink-0">
<div class="container">
<h1 class="mt-5">{{ call .Trans "Admin Dashboard" }}</h1>
<p>{{ call .Trans "You now have an authenticated session, feel free to log out using the link in the navbar above." }}</p>
</div>
</main>
{{ template "footer.html" . }}