13 lines
279 B
HTML
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" .}}
|