feat: Makefile for local development
would be even more useful when i'll get tailwind and stuff
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
package main
|
||||
|
||||
var myVar string = "some string, changed. and more"
|
||||
var anotherVar string = "hoho, cool"
|
||||
|
||||
templ hello(name string) {
|
||||
<div>Hello, {name}</div>
|
||||
}
|
||||
<div>Hello, {name}. referencing var: {myVar}</div>
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user