CHANGE: added Frontend + auth
This commit is contained in:
5
Backend/templates/hello.templ
Normal file
5
Backend/templates/hello.templ
Normal file
@@ -0,0 +1,5 @@
|
||||
package templates
|
||||
|
||||
templ Hello(name string) {
|
||||
<div>Hello, { name }</div>
|
||||
}
|
||||
Reference in New Issue
Block a user