mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-04-12 12:25:51 +00:00
17 lines
253 B
HTML
17 lines
253 B
HTML
{{define "title"}}GitHop{{end}}
|
|
|
|
{{define "body"}}
|
|
|
|
<p>
|
|
<a href="{{.SignOutUrl}}">
|
|
Sign Out
|
|
</a>
|
|
</p>
|
|
|
|
<form method="POST" action="{{.SendDigestUrl}}">
|
|
<input type="submit" value="Email Digest">
|
|
</form>
|
|
|
|
{{template "digest" .Digest}}
|
|
|
|
{{end}}
|