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

Welcome to the Recipe Creation Wizard! Simply fill in the details about your culinary creation, including the recipe's name, a description, and other specifics like its category, duration, and difficulty. Don't forget to dynamically add all your ingredients and instructions using the dedicated buttons, and feel free to upload an appealing image. All required fields are marked with an *. Once everything looks perfect, just hit the "Create Recipe" button to share your masterpiece!

    }