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
2022-02-14 05:41:50 +01:00

15 lines
537 B
HTML

{{ template "header.html" . }}
<main class="flex-shrink-0">
<div class="container">
<h1 class="mt-5">{{ call .Trans "Admin Dashboard" }}</h1>
{{ template "messages.html" . }}
<p>{{ call .Trans "You now have an authenticated session, feel free to log out using the link in the navbar above." }}</p>
<p>{{ call .Trans "Below is a chart showing the number of user sign ups to this website per month." }}</p>
{{ template "chart.html" .Chart }}
</div>
</main>
{{ template "footer.html" . }}