mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-04-19 13:35:52 +00:00
9 lines
110 B
HTML
9 lines
110 B
HTML
{{define "title"}}GitHop{{end}}
|
|
|
|
{{define "body"}}
|
|
|
|
<a href="{{routeUrl "sign-in"}}">
|
|
Sign In
|
|
</a>
|
|
|
|
{{end}}
|