8 lines
144 B
Plaintext
8 lines
144 B
Plaintext
package templates
|
|
|
|
import "github.com/haydenhargreaves/Potion/internal/templates/components"
|
|
|
|
templ HomePage() {
|
|
@components.Navbar("home")
|
|
}
|