Initial commit: runnable Ask a Plumber First server.

This commit is contained in:
2026-08-21 23:30:15 -07:00
parent 7bc79af954
commit d167b9216a
38 changed files with 4174 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{{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}}