@model Francesco.Recipes.World.Models.IngredientViewModel @Html.AntiForgeryToken()
@for (int i = 0; i < Model.Ingredients.Count; i++) {
}