Loading...

Grain Side Dishes

Browse The Best Grain Side Dishes

A full-bodied Chardonnay or Pinot Noir would pair well with the creamy polenta and roasted corn, while a Belgian farmhouse ale or a dry cider would complement the fresh sage and Parmesan cheese. For a spirit pairing, a smooth and smoky mezcal would balance the richness of the dish.

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; }