package templates import "github.com/haydenhargreaves/Potion/internal/templates/components" import "github.com/haydenhargreaves/Potion/internal/domain/server" 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!

Please provide a unique title for your recipe. This is the most important part!

Please provide a description for your recipe. This can be short and sweet or long and detailed!

Please provide a list of tags. e.g., easy, dairy-free, gluten-free, high protein.

    Please provide the estimated prep time (minutes).

    Please provide the estimated cook time (minutes).

    Please provide the estimated serving size.

    Please provide the meal category.

    Please provide a baseline difficulty.

    Please provide a list of ingredients and their quantities.

    Please provide a list of instructions. You do not need to include step number, they will be added automatically!

    Please provide an image of your creation. This is optional but is a nice touch!

    }