<% var doc = DocumentContext.CurrentDocument; /* ---------- TITLE ---------- */ string title = ValidationHelper.GetString(doc.GetValue("OGTitle"), ""); if (string.IsNullOrWhiteSpace(title)) title = doc.DocumentPageTitle; if (string.IsNullOrWhiteSpace(title)) title = doc.DocumentName; /* ---------- DESCRIPTION ---------- */ string description = ValidationHelper.GetString(doc.GetValue("OGDescription"), ""); if (string.IsNullOrWhiteSpace(description)) description = doc.DocumentPageDescription; /* ---------- IMAGE FALLBACK ---------- */ string[] imageFields = { "HeroImage", "AttribytesImage", "Recipe_Image" }; string image = ""; foreach (var field in imageFields) { image = ValidationHelper.GetString(doc.GetValue(field), ""); if (!string.IsNullOrWhiteSpace(image)) break; } /* Site default */ if (string.IsNullOrWhiteSpace(image)) { image = "/CustomCulinary/media/Logos/custom-culinary-social-logo.png"; } /* Resolve Kentico media path correctly */ string imageUrl; if (image.StartsWith("/")) { imageUrl = URLHelper.GetAbsoluteUrl(image); } else { imageUrl = URLHelper.GetAbsoluteUrl(MediaLibraryHelper.GetDirectUrl(image)); } string pageUrl = URLHelper.GetAbsoluteUrl(Request.RawUrl); %>
Mobile Menu
Jalapeño Street Corn Dip

Jalapeño Street Corn Dip

Perfect for: Tortilla chips, sliders, flatbreads, and taquitos.

Featuring Custom Culinary® Jalapeño Relish
 

What You'll Need

Recipe Ingredients

Yield: About 3.5 cups spread

Amount   Ingredient
1½ cups Roasted corn (off the cob, charred)
¾ cup Custom Culinary® Jalapeño Relish
½ cup Mayonnaise
½ cup Cotija cheese, crumbled
1 Tbsp Fresh lime juice
1 tsp Tajín or chili-lime seasoning
2 Tbsp Chopped cilantro
PREPARATION

Instructions:

1.    Mix roasted corn, mayonnaise, and Cotija in a bowl.
2.    Stir in Jalapeño Relish and lime juice.
3.    Sprinkle in Tajín and fold in chopped cilantro.
4.    Serve chilled or room temperature as a dip or topper.