Setup basic project structure
This commit is contained in:
@@ -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>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user