fix(dev): hot reloading
This commit is contained in:
10
templates/layouts/page.templ
Normal file
10
templates/layouts/page.templ
Normal file
@@ -0,0 +1,10 @@
|
||||
package layouts
|
||||
|
||||
templ Page() {
|
||||
<html>
|
||||
<head></head>
|
||||
<body>
|
||||
{ children... }
|
||||
</body>
|
||||
</html>
|
||||
}
|
||||
Reference in New Issue
Block a user