Setup basic project structure

This commit is contained in:
Dominic Ferrando
2025-04-16 22:27:34 -04:00
parent bb7b8fca2e
commit 7ebebf084f
14 changed files with 303 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
package boards
import "github.com/dominicf2001/comfychan/web/views/shared"
templ Comfy() {
@shared.Layout() {
<section style="margin-top: 100px;">
<div>Comfy</div>
</section>
}
}