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