9 lines
300 B
HTML
9 lines
300 B
HTML
{{ define "logout" }}
|
|
<html>
|
|
<h1>Logout</h1>
|
|
<p>You have succesfully logged out. You will be redirected to the index page momentarily</p>
|
|
<p><a href="/">Click here you aren't automatically redirected</a></p>
|
|
<meta http-equiv="Refresh" content="5; url='https://www.example.com'"/>
|
|
</html>
|
|
{{end}}
|