First not working app skeleton with nix support and dependency setup and generated logo not final structure
This commit is contained in:
9
templates/sent.html
Normal file
9
templates/sent.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{{define "sent"}}{{template "base" .}}{{end}}
|
||||
{{define "content"}}
|
||||
<div class="card">
|
||||
<h2>Check the server logs</h2>
|
||||
<p class="small">We just printed a magic link for <strong>{{.Email}}</strong>. Open it here to sign in.
|
||||
Token expires in 30 days.</p>
|
||||
<a class="btn" href="/login">Back</a>
|
||||
</div>
|
||||
{{end}}
|
||||
Reference in New Issue
Block a user