diff --git a/web/src/pages/recipe/new.astro b/web/src/pages/recipe/new.astro new file mode 100644 index 0000000..6ad2c97 --- /dev/null +++ b/web/src/pages/recipe/new.astro @@ -0,0 +1,75 @@ +--- +import Base from "@layout/Base"; +import { authPB } from "@data/pb"; + +const pb = await authPB() + +const templateHeaders = ` +--- +title: +description: +cook time: +prep time: +course: +servings: +tags: + - +--- +` +--- + + + + +
+
+ +
+

New Recipe

+ +
+ +
+ +
+ + + +
+ +
+ + + +
+ +
+ +

Recipie uses Cooklang. Visit the documentation to learn more.

+
+
+ \ No newline at end of file