--- import SiteLayout from "@/layouts/base"; const { recipeid } = Astro.params; // Actually post the recipe with the stored variables async function submitRecipe() { } ---