func bulkCreateRecipesHandler(w http.ResponseWriter, r *http.Request) { response.RenderHtml("bulk.html", w) }
func recipeHandler(w http.ResponseWriter, r *http.Request) { response.RenderHtml("recipe.html", w) }