Loading...

Eggplant Parmigiana

Browse The Best Eggplant Parmigiana

A medium-bodied red wine such as Chianti or Sangiovese would pair well with Eggplant Parmigiana Caponata, as would a classic Italian beer like Peroni. For a spirit pairing, a Negroni made with Campari and sweet vermouth would complement the dish's bold flavors.

From the Pub

:root { --navbar-height: {{ navbarHeight + 'px' }}; --navbar-fixed-height: {{ navbarFixedOffset + 'px' }}; --anchor-offset: {{ anchorOffset + 'px' }}; --scroll-y: {{ scrollY }}; } .sticky-top { top: var(--navbar-fixed-height); transition: top .35s; } :target { scroll-margin-top: var(--anchor-offset); } .pt-navbar-height { padding-top: var(--navbar-height) !important; }