Files
plumber/templates/partials/_signin.html
T

9 lines
234 B
HTML

{{define "signin-prompt"}}
<p class="banner" role="status">
Sign in to vote or ask a question.
<a href="/login">Sign in</a>
<span class="dot" aria-hidden="true">·</span>
<a href="/register">Create an account</a>
</p>
{{end}}