Files
kontor/go/templates/kontor/login-successful.html
T
2025-04-30 17:31:18 +02:00

13 lines
279 B
HTML

<!--login-successful.html-->
<!--Embed the header.html template at this location-->
{{ template "header.html" .}}
{{ template "menu.html" . }}
<div>
You have successfully logged in.
</div>
<!--Embed the footer.html template at this location-->
{{ template "footer.html" .}}