go-crm initial

This commit is contained in:
2026-04-21 17:34:58 -03:00
parent 5b8107c169
commit f8135d0e1b
24 changed files with 641 additions and 125 deletions

View File

@@ -58,10 +58,11 @@ func Layout(title, content string) *template.Template {
<li><a href="/scheduling">Scheduling</a></li>
<li><a href="/payments">Payments</a></li>
<li><a href="/questions">Questions</a></li>
<li><a href="/answers">Answers</a></li>
</ul>
</nav>
<div class="container">
{{ template "content" . }}
{{ .Content }}
</div>
</body>
</html>`))