render templated homepage
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package views
|
||||
|
||||
templ HomePage() {
|
||||
@Layout("Home") {
|
||||
<h1>It's working! It's working!</h1>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user