Hayden Hargreaves 5577d96b0d (STYLE/UI): Implemented the nav bar for mobile and desktop.
This includes creation of the basic pages.
2025-06-16 22:21:06 -07:00

8 lines
148 B
Plaintext

package templates
import "github.com/haydenhargreaves/Potion/internal/templates/components"
templ CreatePage() {
@components.Navbar("create")
}