Archived
Template
1
0
This repository has been archived on 2023-12-20. You can view files and clone it, but cannot push or open issues or pull requests.
Files
golang-base-project/dist/templates/admin.html
2022-01-29 10:21:05 +01:00

10 lines
336 B
HTML

{{ 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" . }}