Added models; started working on project routes

This commit is contained in:
2025-07-14 13:53:50 -04:00
parent 819baeb0c3
commit 0f89087134
8 changed files with 131 additions and 2 deletions

View File

@ -0,0 +1,13 @@
{{ template "header" . }}
<div class="row">
<h2>{{ .project.Name }}</h2>
<p>{{ .project.Description }}</p>
<hr>
<p><a href="/project">Back</a></p>
</div>
{{ template "footer" . }}