<% 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
Jalapeno Deviled Eggs

Jalapeno Deviled Eggs

Looking for a delicious appetizer? Try Jalapeno Deviled Eggs! Made with hardboiled eggs, mayo, egg yolks, Custom Culinary® Jalapeno Relish and topped with microgreens, it's the perfect small bite before your main course.


What You'll Need

Recipe Ingredients

Yield: 12 servings

Amount Ingredients
12 ea. Eggs, Hard Boiled, Chilled, Cut in Half Lengthwise
8 oz. Mayonnaise
12 ea. Egg Yolks, Reserved from Eggs Above
1.5 oz. Custom Culinary® Harissa
-OR-
1/2 oz.
Custom Culinary®  Harissa 
1/2 oz. Micro Greens, Baby Arugula, or Watercress
PREPARATION

  1. Remove yolks from eggs and reserve. For best blending and texture, pass yolks through a fine strainer to remove any lumps.
  2. In a small mixing bowl, thoroughly blend mayonnaise, strained egg yolks, and 1 oz. of the Jalapeno Relish. Add salt and pepper if desired.
  3. Place the mixture into a pastry bag with a smooth or star tip.
  4. Fill each egg half evenly with the mixture.
  5. Garnish the top of each filled egg with a small amount of the remaining 0.5 oz. of the Jalapeno Relish.
  6. Refrigerate until needed.
For Serving:
  1. Scrape the length of a dinner or small platter with Jalapeno Relish.
  2. Sprinkle the micro greens evenly on the plate.
  3. Place the filled eggs on the plate and serve immediately.

CHEF'S TIP