HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!--[if !mso]>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<![endif]-->
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="robots" content="noindex">
<title>New Recipes for Your Rotation</title>
<style type="text/css">
a {
text-decoration: none !important
}
@media screen and (min-width:1154px) {
.hybrid-cook-details,
.hybrid-full-padding {
padding: 0 !important
}
.hybrid-cook-large-summary {
font-size: 18px !important;
line-height: 30px !important
}
.hybrid-cook-large-byline {
padding: 10px 0 12px 0 !important;
font-size: 14px !important
}
.hybrid-cook-large-headline {
padding-left: 14px !important;
font-size: 42px !important
}
.hybrid-cook-large-dayline {
font-size: 14px !important;
padding-top: 30px !important;
padding-left: 0 !important
}
.hybrid-cook-full-img,
.hybrid-cook-full-table {
max-width: 315px !important;
width: 100% !important
}
.hybrid-cook-full-width {
max-width: 225px !important;
width: 40% !important
}
.hybrid-cook-ad-padding,
.hybrid-cook-footer-copyright-padding,
.hybrid-cook-footer-padding,
.hybrid-cook-large-summary {
padding: 0 25px !important
}
.hybrid-cook-large-byline,
.hybrid-cook-large-dayline,
.hybrid-cook-large-headline {
text-align: center !important
}
.hybrid-cook-large-byline,
.hybrid-cook-large-dayline {
line-height: 17px !important
}
}
@media screen and (max-width:1153px) {
.hybrid-cook-full-img-mobile,
.hybrid-cook-full-table-mobile,
.hybrid-cook-full-width-mobile {
max-width: 550px !important;
width: 100% !important
}
}
</style>
<meta name="robots" content="noindex">
</head>
<body style="Margin:0!important;min-width:100%;background-color:#f2f3ef">
<div style="color:transparent;visibility:hidden;opacity:0;font-size:0px;border:0;max-height:1px;width:1px;margin:0px;padding:0px;border-width:0px!important;display:none!important;line-height:0px!important;"><img border="0" width="1" height="1" src="https://nl.nytimes.com/q/5O4b4u_jzwdf0KIYhbSISw~~/AAAAAQA~/RgRiZrgpPVcDbnl0QgpggSkzhGCg7D8lUhZtYXRzdXpha2lha29AZ21haWwuY29tWAQAAAAA" /></div>
<div class="preview" style="color:#fff;display:none;font-size:1px;line-height:1px;max-height:0;max-width:0;opacity:0;overflow:hidden;mso-hide:all">Add vegan tantanmen and roasted rhubarb cobbler to your weekend cooking plans.</div>
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="600" align="center"><tr><td width="100%" valign="top"><![endif]-->
<div>
<style type="text/css">
body {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: none;
width: 100%;
padding: 0;
margin: 0 !important;
background-color: #f2f3ef
}
a {
color: #999998;
text-decoration: none !important
}
[owa] .mob-full-padding {
padding: 0 !important
}
[owa] .mob-cook-large-summary {
padding: 0 25px !important;
font-size: 18px !important;
line-height: 30px !important
}
[owa] .mob-cook-large-byline {
padding: 10px 0 12px 0 !important;
text-align: center !important;
font-size: 14px !important;
line-height: 17px !important
}
[owa] .mob-cook-large-headline {
padding-left: 14px !important;
text-align: center !important;
font-size: 42px !important
}
[owa] .mob-cook-large-dayline {
font-size: 14px !important;
line-height: 17px !important;
padding-top: 30px !important;
padding-left: 0 !important;
text-align: center !important
}
[owa] .mob-cook-full-img,
[owa] .mob-cook-full-table {
max-width: 315px !important;
width: 100% !important
}
[owa] .mob-cook-full-width {
max-width: 225px !important;
width: 40% !important
}
[owa] .mob-cook-details {
padding: 0 !important
}
[owa] .mob-cook-ad-padding,
[owa] .mob-cook-footer-copyright-padding,
[owa] .mob-cook-footer-padding {
padding: 0 25px !important
}
@media screen and (max-width:615px) {
[class].cook-full-img-mobile,
[class].cook-full-table-mobile,
[class].cook-full-width-mobile {
max-width: 550px !important;
width: 100% !important
}
}
@media screen and (min-width:616px) {
[class].full-padding {
padding: 0 !important
}
[class].cook-large-summary {
padding: 0 25px !important;
font-size: 18px !important;
line-height: 30px !important
}
[class].cook-large-byline {
padding: 10px 0 12px 0 !important;
text-align: center !important;
font-size: 14px !important;
line-height: 17px !important
}
[class].cook-large-headline {
padding-left: 14px !important;
text-align: center !important;
font-size: 42px !important
}
[class].cook-large-dayline {
font-size: 14px !important;
line-height: 17px !important;
padding-top: 30px !important;
padding-left: 0 !important;
text-align: center !important
}
[class].cook-full-img {
width: 315px !important
}
[class].cook-full-table {
max-width: 315px !important;
width: 100%
}
[class].cook-byline-padding,
[class].cook-details,
[class].full-padding {
padding: 0 !important
}
[class].cook-serving {
margin: 5px 0 20px !important
}
[class].cook-headline-spacing {
padding-top: 0 !important;
line-height: 26px !important
}
[class].cook-headline {
margin: 0 0 5px !important;
font-size: 24px !important
}
[class].cook-medium-img {
margin: 4px 0 0 15px !important
}
[class].cook-dayline {
font-size: 15px !important;
line-height: 19px !important
}
[class].cook-dayline-spacing {
padding: 15px 0 !important
}
[class].cook-ad-padding,
[class].cook-details-padding,
[class].cook-footer-padding {
padding: 0 25px !important
}
[class].cook-footer-copyright-padding {
padding: 17px 25px !important
}
[class].cook-footer-copyright {
font-size: 11px !important;
line-height: 14px !important
}
[class].cook-follow-icon {
padding-right: 7px !important
}
[class].cook-follow {
padding: 0 7px 14px 5px !important
}
[class].cook-media-spacing {
padding: 0 2px !important
}
}
@media screen and (min-width:390px) {
[class].cook-header-view {
width: auto !important
}
}
</style>
</div>
<div align="center" style="width:100%;background-color:#f2f3ef">
<table class="full-padding hybrid-full-padding mob-full-padding" align="center" style="margin:0 auto;max-width:600px;width:100%;padding:0 10px" cellpadding="0" cellspacing="0" border="0">
<tbody>
<tr>
<td align="center" style="max-width:600px;width:100%">
<!--Marquee AD Begins-->
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="600" align="center"><tr><td width="100%" valign="top" style="padding: 20px 0 10px 0;"><![endif]-->
<!--aColumn Extra Begins-->
<div style="max-width:600px;width:100%">
<!--begin centered ad -->
<table cellspacing="0" cellpadding="0" border="0" align="center" style="border-bottom:1px solid #000001;background-color:#f2f3ef;max-width:600px;width:100%">
<tbody>
<tr>
<td align="center" style="padding:20px 0 10px 0">
<table border="0" cellpadding="0" cellspacing="0">
<tr style="display:block; height:1px; line-height:1px;">
<td><img src="https://liveintent.newyorktimesinfo.com/imp?s=207497&layout=marquee&sz=1x1&m=af70f91015f1682a77373e06daf42568&p=CK_20210424&li=CK" height="1" width="10" /></td>
<td><img src="https://liveintent.newyorktimesinfo.com/imp?s=207496&layout=marquee&sz=1x1&m=af70f91015f1682a77373e06daf42568&p=CK_20210424&li=CK" height="1" width="10" /></td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
</div>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
<!--Marquee AD Ends-->
<div>
<!--Header Begins-->
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="600" align="center"><tr><td width="100%" valign="top"><![endif]-->
<div style="max-width:600px;width:100%">
<table align="center" cellspacing="0" cellpadding="0" border="0" style="max-width:600px;background-color:#f2f3ef;color:#999;font-family:arial,helvetica,sans serif;font-size:11px">
<tbody>
<tr>
<td class="cook-header-view" align="right" style="padding:8px 0 12px 3px;text-align:left;display:inline-block;width:83px">
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="100"><tr><td valign="top" style=" color: #999; font-family: arial,helvetica,sans serif; font-size: 11px;"><![endif]--> View in <a href="#" style="text-decoration:none;color:#e33d26">Browser</a>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
</td>
<td align="left" style="padding:8px 0 12px 18px;text-align:center">Add <a href="mailto:[email protected]" style="text-decoration:none;color:#e33d26">[email protected]</a> to your address book. </td>
</tr>
</tbody>
</table>
<table align="center" cellspacing="0" cellpadding="0" border="0" id="header" style="max-width:600px;width:100%;background-color:#f2f3ef">
<tbody>
<tr>
<td align="center" style="padding-bottom:2px;max-width:250px;width:100%"> <a href="https://nl.nytimes.com/f/cooking/fgGO-Lhc5L1IKthMnzlY1Q~~/AAAAAQA~/RgRiZrgpP0StaHR0cHM6Ly9jb29raW5nLm55dGltZXMuY29tLz9jYW1wYWlnbl9pZD01OCZlbWM9ZWRpdF9ja18yMDIxMDQyNCZpbnN0YW5jZV9pZD0yOTY4MSZubD1jb29raW5nJnJlZ2lfaWQ9ODgzNDI0ODgmc2VnbWVudF9pZD01NjMxNiZ0ZT0xJnVzZXJfaWQ9YWY3MGY5MTAxNWYxNjgyYTc3MzczZTA2ZGFmNDI1NjhXA255dEIKYIEpM4RgoOw_JVIWbWF0c3V6YWtpYWtvQGdtYWlsLmNvbVgEAAAAAA~~" style="text-decoration:none"> <img width="250" border="0" src="https://static01.nytimes.com/images/misc/cooking/cooking-retina.png" alt="The New York Times" style="max-width:250px;width:100%;height:auto"> </a> </td>
</tr>
</tbody>
</table>
<!--End Header-->
</div>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
</div>
<!--Header Ends-->
<!--aColumn Begins-->
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="600" align="center"><tr><td width="100%" valign="top"><![endif]-->
<!--aColumn Begins-->
<div style="max-width:600px;width:100%">
<table cellspacing="0" cellpadding="0" style="max-width:600px;width:100%;padding:0">
<tbody>
<tr>
<td valign="top" style="max-width:600px;width:100%;color:#000001;font-family:georgia,times new roman,sans-serif;border-top:1px solid #000001">
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="100%" align="center"><tr><td><![endif]-->
<div style="max-width:600px;width:100%;padding:0" align="left">
<table cellpadding="0" cellspacing="0" style="max-width:600px;width:100%;padding-bottom:30px;background-color:#fff">
<tbody>
<tr>
<td align="center" style="max-width:600px;width:100%;padding:0;color:#333;font-family:georgia,times new roman,sans-serif">
<table cellpadding="0" cellspacing="0" style="max-width:600px;width:100%">
<tbody>
<tr>
<td style="max-width:600px;width:100%"> <a style="text-decoration:none" href="https://nl.nytimes.com/f/cooking/qAMnAD7k5Bw_wzeL05cjag~~/AAAAAQA~/RgRiZrgpP0TwaHR0cHM6Ly9jb29raW5nLm55dGltZXMuY29tLzY4ODYxNjkyLW55dC1jb29raW5nLzMxMDQyNjkyLW91ci0xMC1tb3N0LXBvcHVsYXItcmVjaXBlcy1yaWdodC1ub3c_Y2FtcGFpZ25faWQ9NTgmZW1jPWVkaXRfY2tfMjAyMTA0MjQmaW5zdGFuY2VfaWQ9Mjk2ODEmbmw9Y29va2luZyZyZWdpX2lkPTg4MzQyNDg4JnNlZ21lbnRfaWQ9NTYzMTYmdGU9MSZ1c2VyX2lkPWFmNzBmOTEwMTVmMTY4MmE3NzM3M2UwNmRhZjQyNTY4VwNueXRCCmCBKTOEYKDsPyVSFm1hdHN1emFraWFrb0BnbWFpbC5jb21YBAAAAAA~"> <img style="max-width:600px;width:100%" border="0" alt="" src="https://static01.nyt.com/images/2021/04/21/dining/19Tantanmenrex/19Tantanmenrex-articleLarge.jpg"> </a>
<h6 style="max-width:600px;width:100%;color:#999;font:10px arial,helvetica,sans serif;line-height:12px;margin:4px 0 0" align="right">Linda Xiao for The New York Times. Food Stylist: Monica Pierini.</h6>
</td>
</tr>
</tbody>
</table>
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0"><tr><td width="100%" valign="top" align="center" style="text-align: center; float: none;"><![endif]-->
<h6 class="cook-large-dayline hybrid-cook-large-dayline mob-cook-large-dayline" style="font-family:arial,helvetica,sans-serif;font-weight:700;font-size:12px;line-height:15px;color:#e33d26;padding-top:15px;padding-left:10px;margin:0;text-transform:uppercase">
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0"><tr><td width="100%" valign="top" style="font-size: 14px; line-height: 17px; padding-top: 30px; padding-left: 0; text-align: center; font-family: arial,helvetica,sans-serif; font-weight: bold;color: #E33D26;"><![endif]--> Saturday, April 24, 2021
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
</h6>
<h6 class="cook-large-headline hybrid-cook-large-headline mob-cook-large-headline" style="font-size:22px;font-family:arial,helvetica,sans-serif;color:#222;font-weight:700;margin:0;padding-left:10px">
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0"><tr><td width="100%" valign="top" style="padding-left: 14px; text-align: center; font-size: 42px;font-family: arial,helvetica,sans-serif; color: #222; font-weight: bold; margin: 0;"><![endif]--> <a style="text-decoration:none;color:#222" href="https://nl.nytimes.com/f/cooking/qAMnAD7k5Bw_wzeL05cjag~~/AAAAAQA~/RgRiZrgpP0TwaHR0cHM6Ly9jb29raW5nLm55dGltZXMuY29tLzY4ODYxNjkyLW55dC1jb29raW5nLzMxMDQyNjkyLW91ci0xMC1tb3N0LXBvcHVsYXItcmVjaXBlcy1yaWdodC1ub3c_Y2FtcGFpZ25faWQ9NTgmZW1jPWVkaXRfY2tfMjAyMTA0MjQmaW5zdGFuY2VfaWQ9Mjk2ODEmbmw9Y29va2luZyZyZWdpX2lkPTg4MzQyNDg4JnNlZ21lbnRfaWQ9NTYzMTYmdGU9MSZ1c2VyX2lkPWFmNzBmOTEwMTVmMTY4MmE3NzM3M2UwNmRhZjQyNTY4VwNueXRCCmCBKTOEYKDsPyVSFm1hdHN1emFraWFrb0BnbWFpbC5jb21YBAAAAAA~">New Recipes for Your Rotation</a>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
</h6>
<h6 class="cook-large-byline hybrid-cook-large-byline mob-cook-large-byline" style="font-family:arial,helvetica,sans-serif;font-weight:700;font-size:12px;line-height:15px;color:#222;margin:0;text-transform:uppercase;padding:10px 0 12px 10px">
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0"><tr><td valign="top" style="padding: 10px 0 12px 0; text-align: center; font-size: 14px; line-height: 17px;font-family: arial,helvetica,sans-serif; font-weight: bold; color: #222; margin:0; text-transform: uppercase;"><![endif]-->
<!--[if (gte mso 9)|(IE)]></td><td valign="middle" style="padding: 0 10px 0 0; text-transform: uppercase; font-size: 14px; line-height: 17px;font-family: arial,helvetica,sans-serif; font-weight: bold; color: #222;"><![endif]-->
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
</h6>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
</td>
</tr>
<tr>
<td class="cook-large-summary hybrid-cook-large-summary mob-cook-large-summary" style="max-width:600px;width:100%;color:#333;font-weight:400;font-family:georgia,Times New Roman,sans-serif;margin:0;padding:15px 10px 0;font-size:16px;line-height:25px">
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0"><tr><td width="100%" valign="top" style="padding: 0 25px; font-size: 18px; line-height: 30px; color:#333; font-weight:normal; font-family: georgia, Times New Roman, sans-serif; margin: 0;"><![endif]-->
<p style="margin-bottom:0!important">Another week, another slate of fresh recipes from <a href="https://nl.nytimes.com/f/cooking/fgGO-Lhc5L1IKthMnzlY1Q~~/AAAAAQA~/RgRiZrgpP0StaHR0cHM6Ly9jb29raW5nLm55dGltZXMuY29tLz9jYW1wYWlnbl9pZD01OCZlbWM9ZWRpdF9ja18yMDIxMDQyNCZpbnN0YW5jZV9pZD0yOTY4MSZubD1jb29raW5nJnJlZ2lfaWQ9ODgzNDI0ODgmc2VnbWVudF9pZD01NjMxNiZ0ZT0xJnVzZXJfaWQ9YWY3MGY5MTAxNWYxNjgyYTc3MzczZTA2ZGFmNDI1NjhXA255dEIKYIEpM4RgoOw_JVIWbWF0c3V6YWtpYWtvQGdtYWlsLmNvbVgEAAAAAA~~" style="color:#e33d26;text-decoration:none">New York Times Cooking</a> for you to cook. Some of our newest recipes were also among <a href="https://nl.nytimes.com/f/cooking/qAMnAD7k5Bw_wzeL05cjag~~/AAAAAQA~/RgRiZrgpP0TwaHR0cHM6Ly9jb29raW5nLm55dGltZXMuY29tLzY4ODYxNjkyLW55dC1jb29raW5nLzMxMDQyNjkyLW91ci0xMC1tb3N0LXBvcHVsYXItcmVjaXBlcy1yaWdodC1ub3c_Y2FtcGFpZ25faWQ9NTgmZW1jPWVkaXRfY2tfMjAyMTA0MjQmaW5zdGFuY2VfaWQ9Mjk2ODEmbmw9Y29va2luZyZyZWdpX2lkPTg4MzQyNDg4JnNlZ21lbnRfaWQ9NTYzMTYmdGU9MSZ1c2VyX2lkPWFmNzBmOTEwMTVmMTY4MmE3NzM3M2UwNmRhZjQyNTY4VwNueXRCCmCBKTOEYKDsPyVSFm1hdHN1emFraWFrb0BnbWFpbC5jb21YBAAAAAA~" style="color:#e33d26;text-decoration:none">our most popular this week</a>, like Melissa Clark’s sweet-tart <a href="https://nl.nytimes.com/f/cooking/3IIerbGABHumL4hjHckerQ~~/AAAAAQA~/RgRiZrgpP0TUaHR0cHM6Ly9jb29raW5nLm55dGltZXMuY29tL3JlY2lwZXMvMTAyMjA5NS1yb2FzdGVkLXJodWJhcmItY29iYmxlcj9jYW1wYWlnbl9pZD01OCZlbWM9ZWRpdF9ja18yMDIxMDQyNCZpbnN0YW5jZV9pZD0yOTY4MSZubD1jb29raW5nJnJlZ2lfaWQ9ODgzNDI0ODgmc2VnbWVudF9pZD01NjMxNiZ0ZT0xJnVzZXJfaWQ9YWY3MGY5MTAxNWYxNjgyYTc3MzczZTA2ZGFmNDI1NjhXA255dEIKYIEpM4RgoOw_JVIWbWF0c3V6YWtpYWtvQGdtYWlsLmNvbVgEAAAAAA~~" style="color:#e33d26;text-decoration:none">roasted rhubarb cobbler</a>, Yotam Ottolenghi’s cozy <a href="https://nl.nytimes.com/f/cooking/a0-B4UIIs5eh45lejvKX8g~~/AAAAAQA~/RgRiZrgpP0TmaHR0cHM6Ly9jb29raW5nLm55dGltZXMuY29tL3JlY2lwZXMvMTAyMjA0OS1jb25maXQtbGVla3Mtd2l0aC1sZW50aWxzLWxlbW9uLWFuZC1jcmVhbT9jYW1wYWlnbl9pZD01OCZlbWM9ZWRpdF9ja18yMDIxMDQyNCZpbnN0YW5jZV9pZD0yOTY4MSZubD1jb29raW5nJnJlZ2lfaWQ9ODgzNDI0ODgmc2VnbWVudF9pZD01NjMxNiZ0ZT0xJnVzZXJfaWQ9YWY3MGY5MTAxNWYxNjgyYTc3MzczZTA2ZGFmNDI1NjhXA255dEIKYIEpM4RgoOw_JVIWbWF0c3V6YWtpYWtvQGdtYWlsLmNvbVgEAAAAAA~~" style="color:#e33d26;text-decoration:none">confit leeks with lentils</a>, Sue Li’s showstopping <a href="https://nl.nytimes.com/f/cooking/HsTtGm7HxiNJwTfcVYyUOA~~/AAAAAQA~/RgRiZrgpP0TQaHR0cHM6Ly9jb29raW5nLm55dGltZXMuY29tL3JlY2lwZXMvMTAyMjExMS1mcmllZC1maXNoLXNhbmR3aWNoP2NhbXBhaWduX2lkPTU4JmVtYz1lZGl0X2NrXzIwMjEwNDI0Jmluc3RhbmNlX2lkPTI5NjgxJm5sPWNvb2tpbmcmcmVnaV9pZD04ODM0MjQ4OCZzZWdtZW50X2lkPTU2MzE2JnRlPTEmdXNlcl9pZD1hZjcwZjkxMDE1ZjE2ODJhNzczNzNlMDZkYWY0MjU2OFcDbnl0QgpggSkzhGCg7D8lUhZtYXRzdXpha2lha29AZ21haWwuY29tWAQAAAAA" style="color:#e33d26;text-decoration:none">fried fish sandwich</a> and Hetty McKinnon’s hearty <a href="https://nl.nytimes.com/f/cooking/BWxrgiAIITXNXMNR5vaKLQ~~/AAAAAQA~/RgRiZrgpP0TgaHR0cHM6Ly9jb29raW5nLm55dGltZXMuY29tL3JlY2lwZXMvMTAyMjA5OS12ZWdhbi10YW50YW5tZW4td2l0aC1wYW4tZnJpZWQtdG9mdT9jYW1wYWlnbl9pZD01OCZlbWM9ZWRpdF9ja18yMDIxMDQyNCZpbnN0YW5jZV9pZD0yOTY4MSZubD1jb29raW5nJnJlZ2lfaWQ9ODgzNDI0ODgmc2VnbWVudF9pZD01NjMxNiZ0ZT0xJnVzZXJfaWQ9YWY3MGY5MTAxNWYxNjgyYTc3MzczZTA2ZGFmNDI1NjhXA255dEIKYIEpM4RgoOw_JVIWbWF0c3V6YWtpYWtvQGdtYWlsLmNvbVgEAAAAAA~~" style="color:#e33d26;text-decoration:none">vegan tantanmen</a> (above). Give any one of them a go this weekend, and we’ll bet what’s new now will soon feel like an old friend.</p>
<!--[if (gte mso 9)|(IE)]><br/></td></tr></table><![endif]-->
</td>
</tr>
</tbody>
</table>
</div>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
</td>
</tr>
</tbody>
</table>
</div>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="600" align="center"><tr><td width="100%" valign="top"><![endif]-->
<div style="max-width:600px;width:100%">
<table align="center" cellspacing="0" cellpadding="0" border="0" style="max-width:600px;width:100%;background-color:#fff">
<tbody>
<tr>
<td class="cook-details-padding hybrid-cook-details-padding mob-cook-details-padding" style="padding:0">
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="600" align="center"><tr><td style="padding: 0 25px;"><![endif]-->
<table class="cook-details hybrid-cook-details mob-cook-details" align="center" cellspacing="0" cellpadding="0" border="0" style="max-width:550px;width:100%;padding:0 10px">
<tbody>
<tr>
<td style="padding:20px 0 15px;border-top:1px dotted #666;width:100%">
<h1 class="cook-full-width hybrid-cook-full-width mob-cook-full-width cook-dayline cook-full-width-mobile hybrid-cook-full-width-mobile" style="color:#e33d26;font-family:arial,helvetica,sans-serif;font-size:12px;line-height:15px;font-weight:700;margin:0;padding:0 0 4px;text-transform:uppercase;max-width:225px;width:100%"> </h1>
<table class="cook-full-table hybrid-cook-full-table mob-cook-full-table cook-full-table-mobile hybrid-cook-full-table-mobile cook-medium-img" cellspacing="0" cellpadding="0" align="right" style="color:#000;font-family:georgia,times new roman,sans-serif;font-size:14px;margin:10px 0 5px;max-width:315px;width:100%">
<tbody>
<tr>
<td>
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="100%" valign="top"><tr><td valign="top" align="left" style="text-align: left; width: 42%;">
<div align="left" style="color: #222; font-family: georgia, times new roman, sans-serif; font-size: 24px; font-weight: normal; line-height: 28px; margin: 0 0 5px; "><a style="color:#000001; text-decoration: none; padding-top: 12px; line-height: 28px; font-size:24px;" href="https://cooking.nytimes.com/68861692-nyt-cooking/31042692-our-10-most-popular-recipes-right-now?em_pos=medium&ref=headline&nl_art=0&te=1&nl=cooking&emc=edit_ck_20210424">Our 10 Most Popular Recipes Right Now</a></div>
<div align="left" style="padding:0; display: block;">
<span>
<a style="text-decoration: none;" href="https://www.facebook.com/sharer/sharer.php?u=https://cooking.nytimes.com/68861692-nyt-cooking/31042692-our-10-most-popular-recipes-right-now?te=1&nl=cooking&emc=edit_ck_20210424"><img width="18" height="38" border="0" src="https://static01.nytimes.com/images/misc/cooking/facebook.png" style="vertical-align: middle;" alt="Facebook"></a>
</span>
<span>
<a style="text-decoration: none;" href="ttps://twitter.com/intent/tweet?source=emailclient&text=Our%2010%20Most%20Popular%20Recipes%20Right%20Now+&te=1&nl=cooking&emc=edit_ck_20210424"><img width="38" height="38" border="0" src="https://static01.nytimes.com/images/misc/cooking/twitter.png" style="vertical-align: middle;" alt="Twitter"></a>
</span>
<span>
<a style="text-decoration: none;" href="https://www.pinterest.com/pin/create/button/?url=https://cooking.nytimes.com/68861692-nyt-cooking/31042692-our-10-most-popular-recipes-right-now&media=https://static01.nyt.com/https://static01.nyt.com/images/2021/04/05/dining/sse-coconut-pound-cake/merlin_184842264_cc54ac03-109e-4944-b9a7-5a293aa79d06-mediumThreeByTwo440.jpg&description=Our 10 Most Popular Recipes Right Now&te=1&nl=cooking&emc=edit_ck_20210424"><img width="38" height="38" border="0" src="https://static01.nytimes.com/images/misc/cooking/pinterest.png" style="vertical-align: middle;" alt="Pinterest"></a>
</span>
</div></td>
<td valign="top"><a style="color:#000001; text-decoration:none; padding: 0; margin: 0;" href="https://cooking.nytimes.com/68861692-nyt-cooking/31042692-our-10-most-popular-recipes-right-now?te=1&nl=cooking&emc=edit_ck_20210424">
<img border="0" width="315" alt="Johnny Miller for The New York Times. Food stylist: Laurie Ellen Pellicano." src="https://static01.nyt.com/images/2021/04/05/dining/sse-coconut-pound-cake/merlin_184842264_cc54ac03-109e-4944-b9a7-5a293aa79d06-mediumThreeByTwo440.jpg"></a>
<h6 style="width:100%; color:#999; font-size: 10px; font-family: arial,helvetica,sans serif; line-height: 12px; margin: 4px 0 0;" align="right" >Johnny Miller for The New York Times. Food stylist: Laurie Ellen Pellicano.</h6></td>
<![endif]-->
<!--[if (gte mso 9)|(IE)]><td style="display: none;"><![endif]--> <a style="color:#000001;text-decoration:none;padding:0;margin:0" href="https://nl.nytimes.com/f/cooking/qAMnAD7k5Bw_wzeL05cjag~~/AAAAAQA~/RgRiZrgpP0TwaHR0cHM6Ly9jb29raW5nLm55dGltZXMuY29tLzY4ODYxNjkyLW55dC1jb29raW5nLzMxMDQyNjkyLW91ci0xMC1tb3N0LXBvcHVsYXItcmVjaXBlcy1yaWdodC1ub3c_Y2FtcGFpZ25faWQ9NTgmZW1jPWVkaXRfY2tfMjAyMTA0MjQmaW5zdGFuY2VfaWQ9Mjk2ODEmbmw9Y29va2luZyZyZWdpX2lkPTg4MzQyNDg4JnNlZ21lbnRfaWQ9NTYzMTYmdGU9MSZ1c2VyX2lkPWFmNzBmOTEwMTVmMTY4MmE3NzM3M2UwNmRhZjQyNTY4VwNueXRCCmCBKTOEYKDsPyVSFm1hdHN1emFraWFrb0BnbWFpbC5jb21YBAAAAAA~"> <img width="315" class="cook-full-img hybrid-cook-full-img mob-cook-full-img cook-full-img-mobile hybrid-cook-full-img-mobile" border="0" style="max-width:315px;width:100%" alt="Johnny Miller for The New York Times. Food stylist: Laurie Ellen Pellicano." src="https://static01.nyt.com/images/2021/04/05/dining/sse-coconut-pound-cake/merlin_184842264_cc54ac03-109e-4944-b9a7-5a293aa79d06-mediumThreeByTwo440.jpg"> </a>
<h6 style="width:100%;color:#999;font:10px arial,helvetica,sans serif;line-height:12px;margin:4px 0 0;text-align:right" align="right">Johnny Miller for The New York Times. Food stylist: Laurie Ellen Pellicano.</h6>
</td>
</tr>
</tbody>
</table>
<!--[if (gte mso 9)|(IE)]><td></tr><![endif]-->
<!--[if (gte mso 9)|(IE)]><tr><td style="display: none;"><![endif]-->
<div class="cook-full-width hybrid-cook-full-width mob-cook-full-width cook-full-width-mobile hybrid-cook-full-width-mobile cook-headline" align="left" style="color:#222;font-family:georgia,times new roman,sans-serif;font-size:22px;font-weight:400;line-height:28px;margin:0;max-width:225px;width:100%"> <a class="cook-headline-spacing" style="color:#000001;text-decoration:none;padding-top:12px;line-height:28px" href="https://nl.nytimes.com/f/cooking/4jYyeB_xLgnPufEFN11yKA~~/AAAAAQA~/RgRiZrgpP4QUAWh0dHBzOi8vY29va2luZy5ueXRpbWVzLmNvbS82ODg2MTY5Mi1ueXQtY29va2luZy8zMTA0MjY5Mi1vdXItMTAtbW9zdC1wb3B1bGFyLXJlY2lwZXMtcmlnaHQtbm93P2NhbXBhaWduX2lkPTU4JmVtX3Bvcz1tZWRpdW0mZW1jPWVkaXRfY2tfMjAyMTA0MjQmaW5zdGFuY2VfaWQ9Mjk2ODEmbmw9Y29va2luZyZubF9hcnQ9MCZyZWY9aGVhZGxpbmUmcmVnaV9pZD04ODM0MjQ4OCZzZWdtZW50X2lkPTU2MzE2JnRlPTEmdXNlcl9pZD1hZjcwZjkxMDE1ZjE2ODJhNzczNzNlMDZkYWY0MjU2OFcDbnl0QgpggSkzhGCg7D8lUhZtYXRzdXpha2lha29AZ21haWwuY29tWAQAAAAA">Our 10 Most Popular Recipes Right Now</a> </div>
<div class="cook-full-width hybrid-cook-full-width mob-cook-full-width cook-full-width-mobile hybrid-cook-full-width-mobile" align="left" style="padding:0;max-width:225px;width:100%"> <span> <a style="text-decoration:none" href="https://nl.nytimes.com/f/cooking/a1JmE9VznWiyAhF7mv_RfA~~/AAAAAQA~/RgRiZrgpP4QnAWh0dHBzOi8vd3d3LmZhY2Vib29rLmNvbS9zaGFyZXIvc2hhcmVyLnBocD9jYW1wYWlnbl9pZD01OCZlbWM9ZWRpdF9ja18yMDIxMDQyNCZpbnN0YW5jZV9pZD0yOTY4MSZubD1jb29raW5nJnJlZ2lfaWQ9ODgzNDI0ODgmc2VnbWVudF9pZD01NjMxNiZ0ZT0xJnU9aHR0cHMlM0ElMkYlMkZjb29raW5nLm55dGltZXMuY29tJTJGNjg4NjE2OTItbnl0LWNvb2tpbmclMkYzMTA0MjY5Mi1vdXItMTAtbW9zdC1wb3B1bGFyLXJlY2lwZXMtcmlnaHQtbm93JnVzZXJfaWQ9YWY3MGY5MTAxNWYxNjgyYTc3MzczZTA2ZGFmNDI1NjhXA255dEIKYIEpM4RgoOw_JVIWbWF0c3V6YWtpYWtvQGdtYWlsLmNvbVgEAAAAAA~~"><img width="18" height="38" src="https://static01.nytimes.com/images/misc/cooking/facebook.png" style="vertical-align:middle" alt="Facebook"></a> </span> <span> <a style="text-decoration:none" href="https://nl.nytimes.com/f/a/Eb-Oj3UR77xFIrCH-60pkw~~/AAAAAQA~/RgRiZrgpP0TwaHR0cHM6Ly90d2l0dGVyLmNvbS9pbnRlbnQvdHdlZXQ_Y2FtcGFpZ25faWQ9NTgmZW1jPWVkaXRfY2tfMjAyMTA0MjQmaW5zdGFuY2VfaWQ9Mjk2ODEmbmw9Y29va2luZyZyZWdpX2lkPTg4MzQyNDg4JnNlZ21lbnRfaWQ9NTYzMTYmc291cmNlPWVtYWlsY2xpZW50JnRlPTEmdGV4dD1PdXIrMTArTW9zdCtQb3B1bGFyK1JlY2lwZXMrUmlnaHQrTm93KyZ1c2VyX2lkPWFmNzBmOTEwMTVmMTY4MmE3NzM3M2UwNmRhZjQyNTY4VwNueXRCCmCBKTOEYKDsPyVSFm1hdHN1emFraWFrb0BnbWFpbC5jb21YBAAAAAA~"><img width="38" height="38" src="https://static01.nytimes.com/images/misc/cooking/twitter.png" style="vertical-align:middle" alt="Twitter"></a> </span> <span> <a style="text-decoration:none" href="https://nl.nytimes.com/f/cooking/iDSyfVcDvf5laD3aUHIXgA~~/AAAAAQA~/RgRiZrgpP4QvAmh0dHBzOi8vd3d3LnBpbnRlcmVzdC5jb20vcGluL2NyZWF0ZS9idXR0b24vP2NhbXBhaWduX2lkPTU4JmRlc2NyaXB0aW9uPU91cisxMCtNb3N0K1BvcHVsYXIrUmVjaXBlcytSaWdodCtOb3cmZW1jPWVkaXRfY2tfMjAyMTA0MjQmaW5zdGFuY2VfaWQ9Mjk2ODEmbWVkaWE9aHR0cHMlM0ElMkYlMkZzdGF0aWMwMS5ueXQuY29tJTJGaHR0cHMlM0ElMkYlMkZzdGF0aWMwMS5ueXQuY29tJTJGaW1hZ2VzJTJGMjAyMSUyRjA0JTJGMDUlMkZkaW5pbmclMkZzc2UtY29jb251dC1wb3VuZC1jYWtlJTJGbWVybGluXzE4NDg0MjI2NF9jYzU0YWMwMy0xMDllLTQ5NDQtYjlhNy01YTI5M2FhNzlkMDYtbWVkaXVtVGhyZWVCeVR3bzQ0MC5qcGcmbmw9Y29va2luZyZyZWdpX2lkPTg4MzQyNDg4JnNlZ21lbnRfaWQ9NTYzMTYmdGU9MSZ1cmw9aHR0cHMlM0ElMkYlMkZjb29raW5nLm55dGltZXMuY29tJTJGNjg4NjE2OTItbnl0LWNvb2tpbmclMkYzMTA0MjY5Mi1vdXItMTAtbW9zdC1wb3B1bGFyLXJlY2lwZXMtcmlnaHQtbm93JnVzZXJfaWQ9YWY3MGY5MTAxNWYxNjgyYTc3MzczZTA2ZGFmNDI1NjhXA255dEIKYIEpM4RgoOw_JVIWbWF0c3V6YWtpYWtvQGdtYWlsLmNvbVgEAAAAAA~~"><img width="38" height="38" src="https://static01.nytimes.com/images/misc/cooking/pinterest.png" style="vertical-align:middle" alt="Pinterest"></a> </span> </div>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
</td>
</tr>
</tbody>
</table>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
</td>
</tr>
</tbody>
</table>
</div>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
<!--aColumn Ends-->
<!--aColumn Extra Begins-->
<div>
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="600" align="center"><tr><td width="100%" valign="top"><![endif]-->
<!--aColumn Extra Begins-->
<div style="max-width:600px;width:100%">
<!--begin centered ad-->
<!--end centered ad -->
</div>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
</div>
<!--aColumn Extra Ends-->
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="600" align="center"><tr><td width="100%" valign="top"><![endif]-->
<div style="max-width:600px;width:100%">
<table align="center" cellspacing="0" cellpadding="0" border="0" style="max-width:600px;width:100%;background-color:#fff">
<tbody>
<tr>
<td class="cook-details-padding hybrid-cook-details-padding mob-cook-details-padding" style="padding:0">
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="600" align="center"><tr><td style="padding: 0 25px;"><![endif]-->
<table class="cook-details hybrid-cook-details mob-cook-details" align="center" cellspacing="0" cellpadding="0" border="0" style="max-width:550px;width:100%;padding:0 10px">
<tbody>
<tr>
<td style="padding:20px 0 15px;border-top:1px dotted #666;width:100%">
<h1 class="cook-full-width hybrid-cook-full-width mob-cook-full-width cook-dayline cook-full-width-mobile hybrid-cook-full-width-mobile" style="color:#e33d26;font-family:arial,helvetica,sans-serif;font-size:12px;line-height:15px;font-weight:700;margin:0;padding:0 0 4px;text-transform:uppercase;max-width:225px;width:100%"> </h1>
<table class="cook-full-table hybrid-cook-full-table mob-cook-full-table cook-full-table-mobile hybrid-cook-full-table-mobile cook-medium-img" cellspacing="0" cellpadding="0" align="right" style="color:#000;font-family:georgia,times new roman,sans-serif;font-size:14px;margin:10px 0 5px;max-width:315px;width:100%">
<tbody>
<tr>
<td>
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="100%" valign="top"><tr><td valign="top" align="left" style="text-align: left; width: 42%;">
<div align="left" style="color: #222; font-family: georgia, times new roman, sans-serif; font-size: 24px; font-weight: normal; line-height: 28px; margin: 0 0 5px; "><a style="color:#000001; text-decoration: none; padding-top: 12px; line-height: 28px; font-size:24px;" href="https://cooking.nytimes.com/recipes/1022095-roasted-rhubarb-cobbler?em_pos=medium&ref=headline&nl_art=1&te=1&nl=cooking&emc=edit_ck_20210424">Roasted Rhubarb Cobbler</a></div>
<div align="left" style="color: #999; font-family: arial,helvetica,sans serif; font-size: 14px; font-weight: bold; line-height: 20px; margin: 5px 0 20px;">1 1/2 hours, 6 to 8 servings</div>
<div align="left" style="padding:0; display: block;">
<span>
<a style="text-decoration: none;" href="https://www.facebook.com/sharer/sharer.php?u=https://cooking.nytimes.com/recipes/1022095-roasted-rhubarb-cobbler?te=1&nl=cooking&emc=edit_ck_20210424"><img width="18" height="38" border="0" src="https://static01.nytimes.com/images/misc/cooking/facebook.png" style="vertical-align: middle;" alt="Facebook"></a>
</span>
<span>
<a style="text-decoration: none;" href="ttps://twitter.com/intent/tweet?source=emailclient&text=Roasted%20Rhubarb%20Cobbler+https%3A%2F%2Fcooking.nytimes.com%2Frecipes%2F1022095-roasted-rhubarb-cobbler&te=1&nl=cooking&emc=edit_ck_20210424"><img width="38" height="38" border="0" src="https://static01.nytimes.com/images/misc/cooking/twitter.png" style="vertical-align: middle;" alt="Twitter"></a>
</span>
<span>
<a style="text-decoration: none;" href="https://www.pinterest.com/pin/create/button/?url=https://cooking.nytimes.com/recipes/1022095-roasted-rhubarb-cobbler&media=https://static01.nyt.com/https://static01.nyt.com/images/2021/04/21/dining/16apperex/merlin_186367155_2c056245-c2c2-4626-9bfd-2c83f9f305d3-mediumThreeByTwo440.jpg&description=Roasted Rhubarb Cobbler&te=1&nl=cooking&emc=edit_ck_20210424"><img width="38" height="38" border="0" src="https://static01.nytimes.com/images/misc/cooking/pinterest.png" style="vertical-align: middle;" alt="Pinterest"></a>
</span>
</div></td>
<td valign="top"><a style="color:#000001; text-decoration:none; padding: 0; margin: 0;" href="https://cooking.nytimes.com/recipes/1022095-roasted-rhubarb-cobbler?te=1&nl=cooking&emc=edit_ck_20210424">
<img border="0" width="315" alt="Christopher Simpson for The New York Times. Food Stylist: Simon Andrews." src="https://static01.nyt.com/images/2021/04/21/dining/16apperex/merlin_186367155_2c056245-c2c2-4626-9bfd-2c83f9f305d3-mediumThreeByTwo440.jpg"></a>
<h6 style="width:100%; color:#999; font-size: 10px; font-family: arial,helvetica,sans serif; line-height: 12px; margin: 4px 0 0;" align="right" >Christopher Simpson for The New York Times. Food Stylist: Simon Andrews.</h6></td>
<![endif]-->
<!--[if (gte mso 9)|(IE)]><td style="display: none;"><![endif]--> <a style="color:#000001;text-decoration:none;padding:0;margin:0" href="https://nl.nytimes.com/f/cooking/3IIerbGABHumL4hjHckerQ~~/AAAAAQA~/RgRiZrgpP0TUaHR0cHM6Ly9jb29raW5nLm55dGltZXMuY29tL3JlY2lwZXMvMTAyMjA5NS1yb2FzdGVkLXJodWJhcmItY29iYmxlcj9jYW1wYWlnbl9pZD01OCZlbWM9ZWRpdF9ja18yMDIxMDQyNCZpbnN0YW5jZV9pZD0yOTY4MSZubD1jb29raW5nJnJlZ2lfaWQ9ODgzNDI0ODgmc2VnbWVudF9pZD01NjMxNiZ0ZT0xJnVzZXJfaWQ9YWY3MGY5MTAxNWYxNjgyYTc3MzczZTA2ZGFmNDI1NjhXA255dEIKYIEpM4RgoOw_JVIWbWF0c3V6YWtpYWtvQGdtYWlsLmNvbVgEAAAAAA~~"> <img width="315" class="cook-full-img hybrid-cook-full-img mob-cook-full-img cook-full-img-mobile hybrid-cook-full-img-mobile" border="0" style="max-width:315px;width:100%" alt="Christopher Simpson for The New York Times. Food Stylist: Simon Andrews." src="https://static01.nyt.com/images/2021/04/21/dining/16apperex/merlin_186367155_2c056245-c2c2-4626-9bfd-2c83f9f305d3-mediumThreeByTwo440.jpg"> </a>
<h6 style="width:100%;color:#999;font:10px arial,helvetica,sans serif;line-height:12px;margin:4px 0 0;text-align:right" align="right">Christopher Simpson for The New York Times. Food Stylist: Simon Andrews.</h6>
</td>
</tr>
</tbody>
</table>
<!--[if (gte mso 9)|(IE)]><td></tr><![endif]-->
<!--[if (gte mso 9)|(IE)]><tr><td style="display: none;"><![endif]-->
<div class="cook-full-width hybrid-cook-full-width mob-cook-full-width cook-full-width-mobile hybrid-cook-full-width-mobile cook-headline" align="left" style="color:#222;font-family:georgia,times new roman,sans-serif;font-size:22px;font-weight:400;line-height:28px;margin:0;max-width:225px;width:100%"> <a class="cook-headline-spacing" style="color:#000001;text-decoration:none;padding-top:12px;line-height:28px" href="https://nl.nytimes.com/f/cooking/ksTAXyMCs3OZt4YbfswOQw~~/AAAAAQA~/RgRiZrgpP0T4aHR0cHM6Ly9jb29raW5nLm55dGltZXMuY29tL3JlY2lwZXMvMTAyMjA5NS1yb2FzdGVkLXJodWJhcmItY29iYmxlcj9jYW1wYWlnbl9pZD01OCZlbV9wb3M9bWVkaXVtJmVtYz1lZGl0X2NrXzIwMjEwNDI0Jmluc3RhbmNlX2lkPTI5NjgxJm5sPWNvb2tpbmcmbmxfYXJ0PTEmcmVmPWhlYWRsaW5lJnJlZ2lfaWQ9ODgzNDI0ODgmc2VnbWVudF9pZD01NjMxNiZ0ZT0xJnVzZXJfaWQ9YWY3MGY5MTAxNWYxNjgyYTc3MzczZTA2ZGFmNDI1NjhXA255dEIKYIEpM4RgoOw_JVIWbWF0c3V6YWtpYWtvQGdtYWlsLmNvbVgEAAAAAA~~">Roasted Rhubarb Cobbler</a> </div>
<div class="cook-full-width hybrid-cook-full-width mob-cook-full-width cook-full-width-mobile hybrid-cook-full-width-mobile cook-serving" align="left" style="color:#999;font-family:arial,helvetica,sans serif;font-size:14px;font-weight:700;line-height:20px;margin:0;max-width:225px;width:100%">1 1/2 hours, 6 to 8 servings</div>
<div class="cook-full-width hybrid-cook-full-width mob-cook-full-width cook-full-width-mobile hybrid-cook-full-width-mobile" align="left" style="padding:0;max-width:225px;width:100%"> <span> <a style="text-decoration:none" href="https://nl.nytimes.com/f/cooking/mNBirQ5O3F8dV7zt3RvLSw~~/AAAAAQA~/RgRiZrgpP4QLAWh0dHBzOi8vd3d3LmZhY2Vib29rLmNvbS9zaGFyZXIvc2hhcmVyLnBocD9jYW1wYWlnbl9pZD01OCZlbWM9ZWRpdF9ja18yMDIxMDQyNCZpbnN0YW5jZV9pZD0yOTY4MSZubD1jb29raW5nJnJlZ2lfaWQ9ODgzNDI0ODgmc2VnbWVudF9pZD01NjMxNiZ0ZT0xJnU9aHR0cHMlM0ElMkYlMkZjb29raW5nLm55dGltZXMuY29tJTJGcmVjaXBlcyUyRjEwMjIwOTUtcm9hc3RlZC1yaHViYXJiLWNvYmJsZXImdXNlcl9pZD1hZjcwZjkxMDE1ZjE2ODJhNzczNzNlMDZkYWY0MjU2OFcDbnl0QgpggSkzhGCg7D8lUhZtYXRzdXpha2lha29AZ21haWwuY29tWAQAAAAA"><img width="18" height="38" src="https://static01.nytimes.com/images/misc/cooking/facebook.png" style="vertical-align:middle" alt="Facebook"></a> </span> <span> <a style="text-decoration:none" href="https://nl.nytimes.com/f/cooking/gxdzsD-CAOOtQKAHLOac7Q~~/AAAAAQA~/RgRiZrgpP4QvAWh0dHBzOi8vdHdpdHRlci5jb20vaW50ZW50L3R3ZWV0P2NhbXBhaWduX2lkPTU4JmVtYz1lZGl0X2NrXzIwMjEwNDI0Jmluc3RhbmNlX2lkPTI5NjgxJm5sPWNvb2tpbmcmcmVnaV9pZD04ODM0MjQ4OCZzZWdtZW50X2lkPTU2MzE2JnNvdXJjZT1lbWFpbGNsaWVudCZ0ZT0xJnRleHQ9Um9hc3RlZCtSaHViYXJiK0NvYmJsZXIraHR0cHMlM0ElMkYlMkZjb29raW5nLm55dGltZXMuY29tJTJGcmVjaXBlcyUyRjEwMjIwOTUtcm9hc3RlZC1yaHViYXJiLWNvYmJsZXImdXNlcl9pZD1hZjcwZjkxMDE1ZjE2ODJhNzczNzNlMDZkYWY0MjU2OFcDbnl0QgpggSkzhGCg7D8lUhZtYXRzdXpha2lha29AZ21haWwuY29tWAQAAAAA"><img width="38" height="38" src="https://static01.nytimes.com/images/misc/cooking/twitter.png" style="vertical-align:middle" alt="Twitter"></a> </span> <span> <a style="text-decoration:none" href="https://nl.nytimes.com/f/cooking/9T6HO-r3vo_Q3kmShRxvKQ~~/AAAAAQA~/RgRiZrgpP4T4AWh0dHBzOi8vd3d3LnBpbnRlcmVzdC5jb20vcGluL2NyZWF0ZS9idXR0b24vP2NhbXBhaWduX2lkPTU4JmRlc2NyaXB0aW9uPVJvYXN0ZWQrUmh1YmFyYitDb2JibGVyJmVtYz1lZGl0X2NrXzIwMjEwNDI0Jmluc3RhbmNlX2lkPTI5NjgxJm1lZGlhPWh0dHBzJTNBJTJGJTJGc3RhdGljMDEubnl0LmNvbSUyRmh0dHBzJTNBJTJGJTJGc3RhdGljMDEubnl0LmNvbSUyRmltYWdlcyUyRjIwMjElMkYwNCUyRjIxJTJGZGluaW5nJTJGMTZhcHBlcmV4JTJGbWVybGluXzE4NjM2NzE1NV8yYzA1NjI0NS1jMmMyLTQ2MjYtOWJmZC0yYzgzZjlmMzA1ZDMtbWVkaXVtVGhyZWVCeVR3bzQ0MC5qcGcmbmw9Y29va2luZyZyZWdpX2lkPTg4MzQyNDg4JnNlZ21lbnRfaWQ9NTYzMTYmdGU9MSZ1cmw9aHR0cHMlM0ElMkYlMkZjb29raW5nLm55dGltZXMuY29tJTJGcmVjaXBlcyUyRjEwMjIwOTUtcm9hc3RlZC1yaHViYXJiLWNvYmJsZXImdXNlcl9pZD1hZjcwZjkxMDE1ZjE2ODJhNzczNzNlMDZkYWY0MjU2OFcDbnl0QgpggSkzhGCg7D8lUhZtYXRzdXpha2lha29AZ21haWwuY29tWAQAAAAA"><img width="38" height="38" src="https://static01.nytimes.com/images/misc/cooking/pinterest.png" style="vertical-align:middle" alt="Pinterest"></a> </span> </div>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
</td>
</tr>
</tbody>
</table>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
</td>
</tr>
</tbody>
</table>
</div>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
<!--aColumn Ends-->
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="600" align="center"><tr><td width="100%" valign="top"><![endif]-->
<div style="max-width:600px;width:100%">
<table align="center" cellspacing="0" cellpadding="0" border="0" style="max-width:600px;width:100%;background-color:#fff">
<tbody>
<tr>
<td class="cook-details-padding hybrid-cook-details-padding mob-cook-details-padding" style="padding:0">
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="600" align="center"><tr><td style="padding: 0 25px;"><![endif]-->
<table class="cook-details hybrid-cook-details mob-cook-details" align="center" cellspacing="0" cellpadding="0" border="0" style="max-width:550px;width:100%;padding:0 10px">
<tbody>
<tr>
<td style="padding:20px 0 15px;border-top:1px dotted #666;width:100%">
<h1 class="cook-full-width hybrid-cook-full-width mob-cook-full-width cook-dayline cook-full-width-mobile hybrid-cook-full-width-mobile" style="color:#e33d26;font-family:arial,helvetica,sans-serif;font-size:12px;line-height:15px;font-weight:700;margin:0;padding:0 0 4px;text-transform:uppercase;max-width:225px;width:100%"> </h1>
<table class="cook-full-table hybrid-cook-full-table mob-cook-full-table cook-full-table-mobile hybrid-cook-full-table-mobile cook-medium-img" cellspacing="0" cellpadding="0" align="right" style="color:#000;font-family:georgia,times new roman,sans-serif;font-size:14px;margin:10px 0 5px;max-width:315px;width:100%">
<tbody>
<tr>
<td>
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="100%" valign="top"><tr><td valign="top" align="left" style="text-align: left; width: 42%;">
<div align="left" style="color: #222; font-family: georgia, times new roman, sans-serif; font-size: 24px; font-weight: normal; line-height: 28px; margin: 0 0 5px; "><a style="color:#000001; text-decoration: none; padding-top: 12px; line-height: 28px; font-size:24px;" href="https://cooking.nytimes.com/recipes/1022049-confit-leeks-with-lentils-lemon-and-cream?em_pos=medium&ref=headline&nl_art=2&te=1&nl=cooking&emc=edit_ck_20210424">Confit Leeks With Lentils, Lemon and Cream</a></div>
<div align="left" style="color: #999; font-family: arial,helvetica,sans serif; font-size: 14px; font-weight: bold; line-height: 20px; margin: 5px 0 20px;">2 hours, 4 servings</div>
<div align="left" style="padding:0; display: block;">
<span>
<a style="text-decoration: none;" href="https://www.facebook.com/sharer/sharer.php?u=https://cooking.nytimes.com/recipes/1022049-confit-leeks-with-lentils-lemon-and-cream?te=1&nl=cooking&emc=edit_ck_20210424"><img width="18" height="38" border="0" src="https://static01.nytimes.com/images/misc/cooking/facebook.png" style="vertical-align: middle;" alt="Facebook"></a>
</span>
<span>
<a style="text-decoration: none;" href="ttps://twitter.com/intent/tweet?source=emailclient&text=Confit%20Leeks%20With%20Lentils%2C%20Lemon%20and%20Cream+https%3A%2F%2Fcooking.nytimes.com%2Frecipes%2F1022049-confit-leeks-with-lentils-lemon-and-cream&te=1&nl=cooking&emc=edit_ck_20210424"><img width="38" height="38" border="0" src="https://static01.nytimes.com/images/misc/cooking/twitter.png" style="vertical-align: middle;" alt="Twitter"></a>
</span>
<span>
<a style="text-decoration: none;" href="https://www.pinterest.com/pin/create/button/?url=https://cooking.nytimes.com/recipes/1022049-confit-leeks-with-lentils-lemon-and-cream&media=https://static01.nyt.com/https://static01.nyt.com/images/2021/04/21/dining/21Ottorex1/merlin_186367179_ceae7c52-ee8e-44f2-89ef-7447b2045ab7-mediumThreeByTwo440.jpg&description=Confit Leeks With Lentils, Lemon and Cream&te=1&nl=cooking&emc=edit_ck_20210424"><img width="38" height="38" border="0" src="https://static01.nytimes.com/images/misc/cooking/pinterest.png" style="vertical-align: middle;" alt="Pinterest"></a>
</span>
</div></td>
<td valign="top"><a style="color:#000001; text-decoration:none; padding: 0; margin: 0;" href="https://cooking.nytimes.com/recipes/1022049-confit-leeks-with-lentils-lemon-and-cream?te=1&nl=cooking&emc=edit_ck_20210424">
<img border="0" width="315" alt="Christopher Simpson for The New York Times. Food Stylist: Simon Andrews." src="https://static01.nyt.com/images/2021/04/21/dining/21Ottorex1/merlin_186367179_ceae7c52-ee8e-44f2-89ef-7447b2045ab7-mediumThreeByTwo440.jpg"></a>
<h6 style="width:100%; color:#999; font-size: 10px; font-family: arial,helvetica,sans serif; line-height: 12px; margin: 4px 0 0;" align="right" >Christopher Simpson for The New York Times. Food Stylist: Simon Andrews.</h6></td>
<![endif]-->
<!--[if (gte mso 9)|(IE)]><td style="display: none;"><![endif]--> <a style="color:#000001;text-decoration:none;padding:0;margin:0" href="https://nl.nytimes.com/f/cooking/a0-B4UIIs5eh45lejvKX8g~~/AAAAAQA~/RgRiZrgpP0TmaHR0cHM6Ly9jb29raW5nLm55dGltZXMuY29tL3JlY2lwZXMvMTAyMjA0OS1jb25maXQtbGVla3Mtd2l0aC1sZW50aWxzLWxlbW9uLWFuZC1jcmVhbT9jYW1wYWlnbl9pZD01OCZlbWM9ZWRpdF9ja18yMDIxMDQyNCZpbnN0YW5jZV9pZD0yOTY4MSZubD1jb29raW5nJnJlZ2lfaWQ9ODgzNDI0ODgmc2VnbWVudF9pZD01NjMxNiZ0ZT0xJnVzZXJfaWQ9YWY3MGY5MTAxNWYxNjgyYTc3MzczZTA2ZGFmNDI1NjhXA255dEIKYIEpM4RgoOw_JVIWbWF0c3V6YWtpYWtvQGdtYWlsLmNvbVgEAAAAAA~~"> <img width="315" class="cook-full-img hybrid-cook-full-img mob-cook-full-img cook-full-img-mobile hybrid-cook-full-img-mobile" border="0" style="max-width:315px;width:100%" alt="Christopher Simpson for The New York Times. Food Stylist: Simon Andrews." src="https://static01.nyt.com/images/2021/04/21/dining/21Ottorex1/merlin_186367179_ceae7c52-ee8e-44f2-89ef-7447b2045ab7-mediumThreeByTwo440.jpg"> </a>
<h6 style="width:100%;color:#999;font:10px arial,helvetica,sans serif;line-height:12px;margin:4px 0 0;text-align:right" align="right">Christopher Simpson for The New York Times. Food Stylist: Simon Andrews.</h6>
</td>
</tr>
</tbody>
</table>
<!--[if (gte mso 9)|(IE)]><td></tr><![endif]-->
<!--[if (gte mso 9)|(IE)]><tr><td style="display: none;"><![endif]-->
<div class="cook-full-width hybrid-cook-full-width mob-cook-full-width cook-full-width-mobile hybrid-cook-full-width-mobile cook-headline" align="left" style="color:#222;font-family:georgia,times new roman,sans-serif;font-size:22px;font-weight:400;line-height:28px;margin:0;max-width:225px;width:100%"> <a class="cook-headline-spacing" style="color:#000001;text-decoration:none;padding-top:12px;line-height:28px" href="https://nl.nytimes.com/f/cooking/rhr7kmbJ4AyJI81ghukupg~~/AAAAAQA~/RgRiZrgpP4QKAWh0dHBzOi8vY29va2luZy5ueXRpbWVzLmNvbS9yZWNpcGVzLzEwMjIwNDktY29uZml0LWxlZWtzLXdpdGgtbGVudGlscy1sZW1vbi1hbmQtY3JlYW0_Y2FtcGFpZ25faWQ9NTgmZW1fcG9zPW1lZGl1bSZlbWM9ZWRpdF9ja18yMDIxMDQyNCZpbnN0YW5jZV9pZD0yOTY4MSZubD1jb29raW5nJm5sX2FydD0yJnJlZj1oZWFkbGluZSZyZWdpX2lkPTg4MzQyNDg4JnNlZ21lbnRfaWQ9NTYzMTYmdGU9MSZ1c2VyX2lkPWFmNzBmOTEwMTVmMTY4MmE3NzM3M2UwNmRhZjQyNTY4VwNueXRCCmCBKTOEYKDsPyVSFm1hdHN1emFraWFrb0BnbWFpbC5jb21YBAAAAAA~">Confit Leeks With Lentils, Lemon and Cream</a> </div>
<div class="cook-full-width hybrid-cook-full-width mob-cook-full-width cook-full-width-mobile hybrid-cook-full-width-mobile cook-serving" align="left" style="color:#999;font-family:arial,helvetica,sans serif;font-size:14px;font-weight:700;line-height:20px;margin:0;max-width:225px;width:100%">2 hours, 4 servings</div>
<div class="cook-full-width hybrid-cook-full-width mob-cook-full-width cook-full-width-mobile hybrid-cook-full-width-mobile" align="left" style="padding:0;max-width:225px;width:100%"> <span> <a style="text-decoration:none" href="https://nl.nytimes.com/f/cooking/gFqkSF7-RfqJb0yosoHvvw~~/AAAAAQA~/RgRiZrgpP4QdAWh0dHBzOi8vd3d3LmZhY2Vib29rLmNvbS9zaGFyZXIvc2hhcmVyLnBocD9jYW1wYWlnbl9pZD01OCZlbWM9ZWRpdF9ja18yMDIxMDQyNCZpbnN0YW5jZV9pZD0yOTY4MSZubD1jb29raW5nJnJlZ2lfaWQ9ODgzNDI0ODgmc2VnbWVudF9pZD01NjMxNiZ0ZT0xJnU9aHR0cHMlM0ElMkYlMkZjb29raW5nLm55dGltZXMuY29tJTJGcmVjaXBlcyUyRjEwMjIwNDktY29uZml0LWxlZWtzLXdpdGgtbGVudGlscy1sZW1vbi1hbmQtY3JlYW0mdXNlcl9pZD1hZjcwZjkxMDE1ZjE2ODJhNzczNzNlMDZkYWY0MjU2OFcDbnl0QgpggSkzhGCg7D8lUhZtYXRzdXpha2lha29AZ21haWwuY29tWAQAAAAA"><img width="18" height="38" src="https://static01.nytimes.com/images/misc/cooking/facebook.png" style="vertical-align:middle" alt="Facebook"></a> </span> <span> <a style="text-decoration:none" href="https://nl.nytimes.com/f/cooking/QE9rw2Sm-VzH7DSh2AGC6w~~/AAAAAQA~/RgRiZrgpP4RWAWh0dHBzOi8vdHdpdHRlci5jb20vaW50ZW50L3R3ZWV0P2NhbXBhaWduX2lkPTU4JmVtYz1lZGl0X2NrXzIwMjEwNDI0Jmluc3RhbmNlX2lkPTI5NjgxJm5sPWNvb2tpbmcmcmVnaV9pZD04ODM0MjQ4OCZzZWdtZW50X2lkPTU2MzE2JnNvdXJjZT1lbWFpbGNsaWVudCZ0ZT0xJnRleHQ9Q29uZml0K0xlZWtzK1dpdGgrTGVudGlscyUyQytMZW1vbithbmQrQ3JlYW0raHR0cHMlM0ElMkYlMkZjb29raW5nLm55dGltZXMuY29tJTJGcmVjaXBlcyUyRjEwMjIwNDktY29uZml0LWxlZWtzLXdpdGgtbGVudGlscy1sZW1vbi1hbmQtY3JlYW0mdXNlcl9pZD1hZjcwZjkxMDE1ZjE2ODJhNzczNzNlMDZkYWY0MjU2OFcDbnl0QgpggSkzhGCg7D8lUhZtYXRzdXpha2lha29AZ21haWwuY29tWAQAAAAA"><img width="38" height="38" src="https://static01.nytimes.com/images/misc/cooking/twitter.png" style="vertical-align:middle" alt="Twitter"></a> </span> <span> <a style="text-decoration:none" href="https://nl.nytimes.com/f/cooking/dV1tqfRPbcSBZoq8zdtOYg~~/AAAAAQA~/RgRiZrgpP4QgAmh0dHBzOi8vd3d3LnBpbnRlcmVzdC5jb20vcGluL2NyZWF0ZS9idXR0b24vP2NhbXBhaWduX2lkPTU4JmRlc2NyaXB0aW9uPUNvbmZpdCtMZWVrcytXaXRoK0xlbnRpbHMlMkMrTGVtb24rYW5kK0NyZWFtJmVtYz1lZGl0X2NrXzIwMjEwNDI0Jmluc3RhbmNlX2lkPTI5NjgxJm1lZGlhPWh0dHBzJTNBJTJGJTJGc3RhdGljMDEubnl0LmNvbSUyRmh0dHBzJTNBJTJGJTJGc3RhdGljMDEubnl0LmNvbSUyRmltYWdlcyUyRjIwMjElMkYwNCUyRjIxJTJGZGluaW5nJTJGMjFPdHRvcmV4MSUyRm1lcmxpbl8xODYzNjcxNzlfY2VhZTdjNTItZWU4ZS00NGYyLTg5ZWYtNzQ0N2IyMDQ1YWI3LW1lZGl1bVRocmVlQnlUd280NDAuanBnJm5sPWNvb2tpbmcmcmVnaV9pZD04ODM0MjQ4OCZzZWdtZW50X2lkPTU2MzE2JnRlPTEmdXJsPWh0dHBzJTNBJTJGJTJGY29va2luZy5ueXRpbWVzLmNvbSUyRnJlY2lwZXMlMkYxMDIyMDQ5LWNvbmZpdC1sZWVrcy13aXRoLWxlbnRpbHMtbGVtb24tYW5kLWNyZWFtJnVzZXJfaWQ9YWY3MGY5MTAxNWYxNjgyYTc3MzczZTA2ZGFmNDI1NjhXA255dEIKYIEpM4RgoOw_JVIWbWF0c3V6YWtpYWtvQGdtYWlsLmNvbVgEAAAAAA~~"><img width="38" height="38" src="https://static01.nytimes.com/images/misc/cooking/pinterest.png" style="vertical-align:middle" alt="Pinterest"></a> </span> </div>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
</td>
</tr>
</tbody>
</table>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
</td>
</tr>
</tbody>
</table>
</div>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
<!--aColumn Ends-->
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="600" align="center"><tr><td width="100%" valign="top"><![endif]-->
<div style="max-width:600px;width:100%">
<table align="center" cellspacing="0" cellpadding="0" border="0" style="max-width:600px;width:100%;background-color:#fff">
<tbody>
<tr>
<td class="cook-details-padding hybrid-cook-details-padding mob-cook-details-padding" style="padding:0">
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="600" align="center"><tr><td style="padding: 0 25px;"><![endif]-->
<table class="cook-details hybrid-cook-details mob-cook-details" align="center" cellspacing="0" cellpadding="0" border="0" style="max-width:550px;width:100%;padding:0 10px">
<tbody>
<tr>
<td style="padding:20px 0 15px;border-top:1px dotted #666;width:100%">
<h1 class="cook-full-width hybrid-cook-full-width mob-cook-full-width cook-dayline cook-full-width-mobile hybrid-cook-full-width-mobile" style="color:#e33d26;font-family:arial,helvetica,sans-serif;font-size:12px;line-height:15px;font-weight:700;margin:0;padding:0 0 4px;text-transform:uppercase;max-width:225px;width:100%"> </h1>
<table class="cook-full-table hybrid-cook-full-table mob-cook-full-table cook-full-table-mobile hybrid-cook-full-table-mobile cook-medium-img" cellspacing="0" cellpadding="0" align="right" style="color:#000;font-family:georgia,times new roman,sans-serif;font-size:14px;margin:10px 0 5px;max-width:315px;width:100%">
<tbody>
<tr>
<td>
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="100%" valign="top"><tr><td valign="top" align="left" style="text-align: left; width: 42%;">
<div align="left" style="color: #222; font-family: georgia, times new roman, sans-serif; font-size: 24px; font-weight: normal; line-height: 28px; margin: 0 0 5px; "><a style="color:#000001; text-decoration: none; padding-top: 12px; line-height: 28px; font-size:24px;" href="https://cooking.nytimes.com/recipes/1022111-fried-fish-sandwich?em_pos=medium&ref=headline&nl_art=3&te=1&nl=cooking&emc=edit_ck_20210424">Fried Fish Sandwich</a></div>
<div align="left" style="color: #999; font-family: arial,helvetica,sans serif; font-size: 14px; font-weight: bold; line-height: 20px; margin: 5px 0 20px;">20 minutes, 4 sandwiches</div>
<div align="left" style="padding:0; display: block;">
<span>
<a style="text-decoration: none;" href="https://www.facebook.com/sharer/sharer.php?u=https://cooking.nytimes.com/recipes/1022111-fried-fish-sandwich?te=1&nl=cooking&emc=edit_ck_20210424"><img width="18" height="38" border="0" src="https://static01.nytimes.com/images/misc/cooking/facebook.png" style="vertical-align: middle;" alt="Facebook"></a>
</span>
<span>
<a style="text-decoration: none;" href="ttps://twitter.com/intent/tweet?source=emailclient&text=Fried%20Fish%20Sandwich+https%3A%2F%2Fcooking.nytimes.com%2Frecipes%2F1022111-fried-fish-sandwich&te=1&nl=cooking&emc=edit_ck_20210424"><img width="38" height="38" border="0" src="https://static01.nytimes.com/images/misc/cooking/twitter.png" style="vertical-align: middle;" alt="Twitter"></a>
</span>
<span>
<a style="text-decoration: none;" href="https://www.pinterest.com/pin/create/button/?url=https://cooking.nytimes.com/recipes/1022111-fried-fish-sandwich&media=https://static01.nyt.com/https://static01.nyt.com/images/2021/04/15/dining/sl-fried-fish-sandwich/merlin_186367122_3dd99025-7f64-4d30-8e23-fc710757a936-mediumThreeByTwo440.jpg&description=Fried Fish Sandwich&te=1&nl=cooking&emc=edit_ck_20210424"><img width="38" height="38" border="0" src="https://static01.nytimes.com/images/misc/cooking/pinterest.png" style="vertical-align: middle;" alt="Pinterest"></a>
</span>
</div></td>
<td valign="top"><a style="color:#000001; text-decoration:none; padding: 0; margin: 0;" href="https://cooking.nytimes.com/recipes/1022111-fried-fish-sandwich?te=1&nl=cooking&emc=edit_ck_20210424">
<img border="0" width="315" alt="Christopher Simpson for The New York Times. Food Stylist: Simon Andrews." src="https://static01.nyt.com/images/2021/04/15/dining/sl-fried-fish-sandwich/merlin_186367122_3dd99025-7f64-4d30-8e23-fc710757a936-mediumThreeByTwo440.jpg"></a>
<h6 style="width:100%; color:#999; font-size: 10px; font-family: arial,helvetica,sans serif; line-height: 12px; margin: 4px 0 0;" align="right" >Christopher Simpson for The New York Times. Food Stylist: Simon Andrews.</h6></td>
<![endif]-->
<!--[if (gte mso 9)|(IE)]><td style="display: none;"><![endif]--> <a style="color:#000001;text-decoration:none;padding:0;margin:0" href="https://nl.nytimes.com/f/cooking/HsTtGm7HxiNJwTfcVYyUOA~~/AAAAAQA~/RgRiZrgpP0TQaHR0cHM6Ly9jb29raW5nLm55dGltZXMuY29tL3JlY2lwZXMvMTAyMjExMS1mcmllZC1maXNoLXNhbmR3aWNoP2NhbXBhaWduX2lkPTU4JmVtYz1lZGl0X2NrXzIwMjEwNDI0Jmluc3RhbmNlX2lkPTI5NjgxJm5sPWNvb2tpbmcmcmVnaV9pZD04ODM0MjQ4OCZzZWdtZW50X2lkPTU2MzE2JnRlPTEmdXNlcl9pZD1hZjcwZjkxMDE1ZjE2ODJhNzczNzNlMDZkYWY0MjU2OFcDbnl0QgpggSkzhGCg7D8lUhZtYXRzdXpha2lha29AZ21haWwuY29tWAQAAAAA"> <img width="315" class="cook-full-img hybrid-cook-full-img mob-cook-full-img cook-full-img-mobile hybrid-cook-full-img-mobile" border="0" style="max-width:315px;width:100%" alt="Christopher Simpson for The New York Times. Food Stylist: Simon Andrews." src="https://static01.nyt.com/images/2021/04/15/dining/sl-fried-fish-sandwich/merlin_186367122_3dd99025-7f64-4d30-8e23-fc710757a936-mediumThreeByTwo440.jpg"> </a>
<h6 style="width:100%;color:#999;font:10px arial,helvetica,sans serif;line-height:12px;margin:4px 0 0;text-align:right" align="right">Christopher Simpson for The New York Times. Food Stylist: Simon Andrews.</h6>
</td>
</tr>
</tbody>
</table>
<!--[if (gte mso 9)|(IE)]><td></tr><![endif]-->
<!--[if (gte mso 9)|(IE)]><tr><td style="display: none;"><![endif]-->
<div class="cook-full-width hybrid-cook-full-width mob-cook-full-width cook-full-width-mobile hybrid-cook-full-width-mobile cook-headline" align="left" style="color:#222;font-family:georgia,times new roman,sans-serif;font-size:22px;font-weight:400;line-height:28px;margin:0;max-width:225px;width:100%"> <a class="cook-headline-spacing" style="color:#000001;text-decoration:none;padding-top:12px;line-height:28px" href="https://nl.nytimes.com/f/cooking/c2t7OVH2ZVyn6g17G2FvSw~~/AAAAAQA~/RgRiZrgpP0T0aHR0cHM6Ly9jb29raW5nLm55dGltZXMuY29tL3JlY2lwZXMvMTAyMjExMS1mcmllZC1maXNoLXNhbmR3aWNoP2NhbXBhaWduX2lkPTU4JmVtX3Bvcz1tZWRpdW0mZW1jPWVkaXRfY2tfMjAyMTA0MjQmaW5zdGFuY2VfaWQ9Mjk2ODEmbmw9Y29va2luZyZubF9hcnQ9MyZyZWY9aGVhZGxpbmUmcmVnaV9pZD04ODM0MjQ4OCZzZWdtZW50X2lkPTU2MzE2JnRlPTEmdXNlcl9pZD1hZjcwZjkxMDE1ZjE2ODJhNzczNzNlMDZkYWY0MjU2OFcDbnl0QgpggSkzhGCg7D8lUhZtYXRzdXpha2lha29AZ21haWwuY29tWAQAAAAA">Fried Fish Sandwich</a> </div>
<div class="cook-full-width hybrid-cook-full-width mob-cook-full-width cook-full-width-mobile hybrid-cook-full-width-mobile cook-serving" align="left" style="color:#999;font-family:arial,helvetica,sans serif;font-size:14px;font-weight:700;line-height:20px;margin:0;max-width:225px;width:100%">20 minutes, 4 sandwiches</div>
<div class="cook-full-width hybrid-cook-full-width mob-cook-full-width cook-full-width-mobile hybrid-cook-full-width-mobile" align="left" style="padding:0;max-width:225px;width:100%"> <span> <a style="text-decoration:none" href="https://nl.nytimes.com/f/cooking/ivVMvHcN5L3o9qBSnQvpXQ~~/AAAAAQA~/RgRiZrgpP4QHAWh0dHBzOi8vd3d3LmZhY2Vib29rLmNvbS9zaGFyZXIvc2hhcmVyLnBocD9jYW1wYWlnbl9pZD01OCZlbWM9ZWRpdF9ja18yMDIxMDQyNCZpbnN0YW5jZV9pZD0yOTY4MSZubD1jb29raW5nJnJlZ2lfaWQ9ODgzNDI0ODgmc2VnbWVudF9pZD01NjMxNiZ0ZT0xJnU9aHR0cHMlM0ElMkYlMkZjb29raW5nLm55dGltZXMuY29tJTJGcmVjaXBlcyUyRjEwMjIxMTEtZnJpZWQtZmlzaC1zYW5kd2ljaCZ1c2VyX2lkPWFmNzBmOTEwMTVmMTY4MmE3NzM3M2UwNmRhZjQyNTY4VwNueXRCCmCBKTOEYKDsPyVSFm1hdHN1emFraWFrb0BnbWFpbC5jb21YBAAAAAA~"><img width="18" height="38" src="https://static01.nytimes.com/images/misc/cooking/facebook.png" style="vertical-align:middle" alt="Facebook"></a> </span> <span> <a style="text-decoration:none" href="https://nl.nytimes.com/f/cooking/_CdrPq6Onq9f9qP4lCWuPA~~/AAAAAQA~/RgRiZrgpP4QnAWh0dHBzOi8vdHdpdHRlci5jb20vaW50ZW50L3R3ZWV0P2NhbXBhaWduX2lkPTU4JmVtYz1lZGl0X2NrXzIwMjEwNDI0Jmluc3RhbmNlX2lkPTI5NjgxJm5sPWNvb2tpbmcmcmVnaV9pZD04ODM0MjQ4OCZzZWdtZW50X2lkPTU2MzE2JnNvdXJjZT1lbWFpbGNsaWVudCZ0ZT0xJnRleHQ9RnJpZWQrRmlzaCtTYW5kd2ljaCtodHRwcyUzQSUyRiUyRmNvb2tpbmcubnl0aW1lcy5jb20lMkZyZWNpcGVzJTJGMTAyMjExMS1mcmllZC1maXNoLXNhbmR3aWNoJnVzZXJfaWQ9YWY3MGY5MTAxNWYxNjgyYTc3MzczZTA2ZGFmNDI1NjhXA255dEIKYIEpM4RgoOw_JVIWbWF0c3V6YWtpYWtvQGdtYWlsLmNvbVgEAAAAAA~~"><img width="38" height="38" src="https://static01.nytimes.com/images/misc/cooking/twitter.png" style="vertical-align:middle" alt="Twitter"></a> </span> <span> <a style="text-decoration:none" href="https://nl.nytimes.com/f/cooking/L6copIuGFGED9B9AE86yVw~~/AAAAAQA~/RgRiZrgpP4T9AWh0dHBzOi8vd3d3LnBpbnRlcmVzdC5jb20vcGluL2NyZWF0ZS9idXR0b24vP2NhbXBhaWduX2lkPTU4JmRlc2NyaXB0aW9uPUZyaWVkK0Zpc2grU2FuZHdpY2gmZW1jPWVkaXRfY2tfMjAyMTA0MjQmaW5zdGFuY2VfaWQ9Mjk2ODEmbWVkaWE9aHR0cHMlM0ElMkYlMkZzdGF0aWMwMS5ueXQuY29tJTJGaHR0cHMlM0ElMkYlMkZzdGF0aWMwMS5ueXQuY29tJTJGaW1hZ2VzJTJGMjAyMSUyRjA0JTJGMTUlMkZkaW5pbmclMkZzbC1mcmllZC1maXNoLXNhbmR3aWNoJTJGbWVybGluXzE4NjM2NzEyMl8zZGQ5OTAyNS03ZjY0LTRkMzAtOGUyMy1mYzcxMDc1N2E5MzYtbWVkaXVtVGhyZWVCeVR3bzQ0MC5qcGcmbmw9Y29va2luZyZyZWdpX2lkPTg4MzQyNDg4JnNlZ21lbnRfaWQ9NTYzMTYmdGU9MSZ1cmw9aHR0cHMlM0ElMkYlMkZjb29raW5nLm55dGltZXMuY29tJTJGcmVjaXBlcyUyRjEwMjIxMTEtZnJpZWQtZmlzaC1zYW5kd2ljaCZ1c2VyX2lkPWFmNzBmOTEwMTVmMTY4MmE3NzM3M2UwNmRhZjQyNTY4VwNueXRCCmCBKTOEYKDsPyVSFm1hdHN1emFraWFrb0BnbWFpbC5jb21YBAAAAAA~"><img width="38" height="38" src="https://static01.nytimes.com/images/misc/cooking/pinterest.png" style="vertical-align:middle" alt="Pinterest"></a> </span> </div>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
</td>
</tr>
</tbody>
</table>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
</td>
</tr>
</tbody>
</table>
</div>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
<!--aColumn Ends-->
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="600" align="center"><tr><td width="100%" valign="top"><![endif]-->
<div style="max-width:600px;width:100%">
<table align="center" cellspacing="0" cellpadding="0" border="0" style="max-width:600px;width:100%;background-color:#fff">
<tbody>
<tr>
<td class="cook-details-padding hybrid-cook-details-padding mob-cook-details-padding" style="padding:0">
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="600" align="center"><tr><td style="padding: 0 25px;"><![endif]-->
<table class="cook-details hybrid-cook-details mob-cook-details" align="center" cellspacing="0" cellpadding="0" border="0" style="max-width:550px;width:100%;padding:0 10px">
<tbody>
<tr>
<td style="padding:20px 0 15px;border-top:1px dotted #666;width:100%">
<h1 class="cook-full-width hybrid-cook-full-width mob-cook-full-width cook-dayline cook-full-width-mobile hybrid-cook-full-width-mobile" style="color:#e33d26;font-family:arial,helvetica,sans-serif;font-size:12px;line-height:15px;font-weight:700;margin:0;padding:0 0 4px;text-transform:uppercase;max-width:225px;width:100%"> </h1>
<table class="cook-full-table hybrid-cook-full-table mob-cook-full-table cook-full-table-mobile hybrid-cook-full-table-mobile cook-medium-img" cellspacing="0" cellpadding="0" align="right" style="color:#000;font-family:georgia,times new roman,sans-serif;font-size:14px;margin:10px 0 5px;max-width:315px;width:100%">
<tbody>
<tr>
<td>
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="100%" valign="top"><tr><td valign="top" align="left" style="text-align: left; width: 42%;">
<div align="left" style="color: #222; font-family: georgia, times new roman, sans-serif; font-size: 24px; font-weight: normal; line-height: 28px; margin: 0 0 5px; "><a style="color:#000001; text-decoration: none; padding-top: 12px; line-height: 28px; font-size:24px;" href="https://cooking.nytimes.com/recipes/1022099-vegan-tantanmen-with-pan-fried-tofu?em_pos=medium&ref=headline&nl_art=4&te=1&nl=cooking&emc=edit_ck_20210424">Vegan Tantanmen With Pan-Fried Tofu</a></div>
<div align="left" style="color: #999; font-family: arial,helvetica,sans serif; font-size: 14px; font-weight: bold; line-height: 20px; margin: 5px 0 20px;">45 minutes, 4 servings</div>
<div align="left" style="padding:0; display: block;">
<span>
<a style="text-decoration: none;" href="https://www.facebook.com/sharer/sharer.php?u=https://cooking.nytimes.com/recipes/1022099-vegan-tantanmen-with-pan-fried-tofu?te=1&nl=cooking&emc=edit_ck_20210424"><img width="18" height="38" border="0" src="https://static01.nytimes.com/images/misc/cooking/facebook.png" style="vertical-align: middle;" alt="Facebook"></a>
</span>
<span>
<a style="text-decoration: none;" href="ttps://twitter.com/intent/tweet?source=emailclient&text=Vegan%20Tantanmen%20With%20Pan-Fried%20Tofu+https%3A%2F%2Fcooking.nytimes.com%2Frecipes%2F1022099-vegan-tantanmen-with-pan-fried-tofu&te=1&nl=cooking&emc=edit_ck_20210424"><img width="38" height="38" border="0" src="https://static01.nytimes.com/images/misc/cooking/twitter.png" style="vertical-align: middle;" alt="Twitter"></a>
</span>
<span>
<a style="text-decoration: none;" href="https://www.pinterest.com/pin/create/button/?url=https://cooking.nytimes.com/recipes/1022099-vegan-tantanmen-with-pan-fried-tofu&media=https://static01.nyt.com/https://static01.nyt.com/images/2021/04/21/dining/19Tantanmenrex/19Tantanmenrex-mediumThreeByTwo440.jpg&description=Vegan Tantanmen With Pan-Fried Tofu&te=1&nl=cooking&emc=edit_ck_20210424"><img width="38" height="38" border="0" src="https://static01.nytimes.com/images/misc/cooking/pinterest.png" style="vertical-align: middle;" alt="Pinterest"></a>
</span>
</div></td>
<td valign="top"><a style="color:#000001; text-decoration:none; padding: 0; margin: 0;" href="https://cooking.nytimes.com/recipes/1022099-vegan-tantanmen-with-pan-fried-tofu?te=1&nl=cooking&emc=edit_ck_20210424">
<img border="0" width="315" alt="Linda Xiao for The New York Times. Food Stylist: Monica Pierini." src="https://static01.nyt.com/images/2021/04/21/dining/19Tantanmenrex/19Tantanmenrex-mediumThreeByTwo440.jpg"></a>
<h6 style="width:100%; color:#999; font-size: 10px; font-family: arial,helvetica,sans serif; line-height: 12px; margin: 4px 0 0;" align="right" >Linda Xiao for The New York Times. Food Stylist: Monica Pierini.</h6></td>
<![endif]-->
<!--[if (gte mso 9)|(IE)]><td style="display: none;"><![endif]--> <a style="color:#000001;text-decoration:none;padding:0;margin:0" href="https://nl.nytimes.com/f/cooking/BWxrgiAIITXNXMNR5vaKLQ~~/AAAAAQA~/RgRiZrgpP0TgaHR0cHM6Ly9jb29raW5nLm55dGltZXMuY29tL3JlY2lwZXMvMTAyMjA5OS12ZWdhbi10YW50YW5tZW4td2l0aC1wYW4tZnJpZWQtdG9mdT9jYW1wYWlnbl9pZD01OCZlbWM9ZWRpdF9ja18yMDIxMDQyNCZpbnN0YW5jZV9pZD0yOTY4MSZubD1jb29raW5nJnJlZ2lfaWQ9ODgzNDI0ODgmc2VnbWVudF9pZD01NjMxNiZ0ZT0xJnVzZXJfaWQ9YWY3MGY5MTAxNWYxNjgyYTc3MzczZTA2ZGFmNDI1NjhXA255dEIKYIEpM4RgoOw_JVIWbWF0c3V6YWtpYWtvQGdtYWlsLmNvbVgEAAAAAA~~"> <img width="315" class="cook-full-img hybrid-cook-full-img mob-cook-full-img cook-full-img-mobile hybrid-cook-full-img-mobile" border="0" style="max-width:315px;width:100%" alt="Linda Xiao for The New York Times. Food Stylist: Monica Pierini." src="https://static01.nyt.com/images/2021/04/21/dining/19Tantanmenrex/19Tantanmenrex-mediumThreeByTwo440.jpg"> </a>
<h6 style="width:100%;color:#999;font:10px arial,helvetica,sans serif;line-height:12px;margin:4px 0 0;text-align:right" align="right">Linda Xiao for The New York Times. Food Stylist: Monica Pierini.</h6>
</td>
</tr>
</tbody>
</table>
<!--[if (gte mso 9)|(IE)]><td></tr><![endif]-->
<!--[if (gte mso 9)|(IE)]><tr><td style="display: none;"><![endif]-->
<div class="cook-full-width hybrid-cook-full-width mob-cook-full-width cook-full-width-mobile hybrid-cook-full-width-mobile cook-headline" align="left" style="color:#222;font-family:georgia,times new roman,sans-serif;font-size:22px;font-weight:400;line-height:28px;margin:0;max-width:225px;width:100%"> <a class="cook-headline-spacing" style="color:#000001;text-decoration:none;padding-top:12px;line-height:28px" href="https://nl.nytimes.com/f/cooking/-nghiHEGaEwYqmU-9IEMHQ~~/AAAAAQA~/RgRiZrgpP4QEAWh0dHBzOi8vY29va2luZy5ueXRpbWVzLmNvbS9yZWNpcGVzLzEwMjIwOTktdmVnYW4tdGFudGFubWVuLXdpdGgtcGFuLWZyaWVkLXRvZnU_Y2FtcGFpZ25faWQ9NTgmZW1fcG9zPW1lZGl1bSZlbWM9ZWRpdF9ja18yMDIxMDQyNCZpbnN0YW5jZV9pZD0yOTY4MSZubD1jb29raW5nJm5sX2FydD00JnJlZj1oZWFkbGluZSZyZWdpX2lkPTg4MzQyNDg4JnNlZ21lbnRfaWQ9NTYzMTYmdGU9MSZ1c2VyX2lkPWFmNzBmOTEwMTVmMTY4MmE3NzM3M2UwNmRhZjQyNTY4VwNueXRCCmCBKTOEYKDsPyVSFm1hdHN1emFraWFrb0BnbWFpbC5jb21YBAAAAAA~">Vegan Tantanmen With Pan-Fried Tofu</a> </div>
<div class="cook-full-width hybrid-cook-full-width mob-cook-full-width cook-full-width-mobile hybrid-cook-full-width-mobile cook-serving" align="left" style="color:#999;font-family:arial,helvetica,sans serif;font-size:14px;font-weight:700;line-height:20px;margin:0;max-width:225px;width:100%">45 minutes, 4 servings</div>
<div class="cook-full-width hybrid-cook-full-width mob-cook-full-width cook-full-width-mobile hybrid-cook-full-width-mobile" align="left" style="padding:0;max-width:225px;width:100%"> <span> <a style="text-decoration:none" href="https://nl.nytimes.com/f/cooking/Y0hohN7zqEXgpebwYJUiuA~~/AAAAAQA~/RgRiZrgpP4QXAWh0dHBzOi8vd3d3LmZhY2Vib29rLmNvbS9zaGFyZXIvc2hhcmVyLnBocD9jYW1wYWlnbl9pZD01OCZlbWM9ZWRpdF9ja18yMDIxMDQyNCZpbnN0YW5jZV9pZD0yOTY4MSZubD1jb29raW5nJnJlZ2lfaWQ9ODgzNDI0ODgmc2VnbWVudF9pZD01NjMxNiZ0ZT0xJnU9aHR0cHMlM0ElMkYlMkZjb29raW5nLm55dGltZXMuY29tJTJGcmVjaXBlcyUyRjEwMjIwOTktdmVnYW4tdGFudGFubWVuLXdpdGgtcGFuLWZyaWVkLXRvZnUmdXNlcl9pZD1hZjcwZjkxMDE1ZjE2ODJhNzczNzNlMDZkYWY0MjU2OFcDbnl0QgpggSkzhGCg7D8lUhZtYXRzdXpha2lha29AZ21haWwuY29tWAQAAAAA"><img width="18" height="38" src="https://static01.nytimes.com/images/misc/cooking/facebook.png" style="vertical-align:middle" alt="Facebook"></a> </span> <span> <a style="text-decoration:none" href="https://nl.nytimes.com/f/cooking/sXfYpMS7DjyWChz1turhWQ~~/AAAAAQA~/RgRiZrgpP4RHAWh0dHBzOi8vdHdpdHRlci5jb20vaW50ZW50L3R3ZWV0P2NhbXBhaWduX2lkPTU4JmVtYz1lZGl0X2NrXzIwMjEwNDI0Jmluc3RhbmNlX2lkPTI5NjgxJm5sPWNvb2tpbmcmcmVnaV9pZD04ODM0MjQ4OCZzZWdtZW50X2lkPTU2MzE2JnNvdXJjZT1lbWFpbGNsaWVudCZ0ZT0xJnRleHQ9VmVnYW4rVGFudGFubWVuK1dpdGgrUGFuLUZyaWVkK1RvZnUraHR0cHMlM0ElMkYlMkZjb29raW5nLm55dGltZXMuY29tJTJGcmVjaXBlcyUyRjEwMjIwOTktdmVnYW4tdGFudGFubWVuLXdpdGgtcGFuLWZyaWVkLXRvZnUmdXNlcl9pZD1hZjcwZjkxMDE1ZjE2ODJhNzczNzNlMDZkYWY0MjU2OFcDbnl0QgpggSkzhGCg7D8lUhZtYXRzdXpha2lha29AZ21haWwuY29tWAQAAAAA"><img width="38" height="38" src="https://static01.nytimes.com/images/misc/cooking/twitter.png" style="vertical-align:middle" alt="Twitter"></a> </span> <span> <a style="text-decoration:none" href="https://nl.nytimes.com/f/cooking/uSU0Vo5Fuqdpw1vWSotS1A~~/AAAAAQA~/RgRiZrgpP4TuAWh0dHBzOi8vd3d3LnBpbnRlcmVzdC5jb20vcGluL2NyZWF0ZS9idXR0b24vP2NhbXBhaWduX2lkPTU4JmRlc2NyaXB0aW9uPVZlZ2FuK1RhbnRhbm1lbitXaXRoK1Bhbi1GcmllZCtUb2Z1JmVtYz1lZGl0X2NrXzIwMjEwNDI0Jmluc3RhbmNlX2lkPTI5NjgxJm1lZGlhPWh0dHBzJTNBJTJGJTJGc3RhdGljMDEubnl0LmNvbSUyRmh0dHBzJTNBJTJGJTJGc3RhdGljMDEubnl0LmNvbSUyRmltYWdlcyUyRjIwMjElMkYwNCUyRjIxJTJGZGluaW5nJTJGMTlUYW50YW5tZW5yZXglMkYxOVRhbnRhbm1lbnJleC1tZWRpdW1UaHJlZUJ5VHdvNDQwLmpwZyZubD1jb29raW5nJnJlZ2lfaWQ9ODgzNDI0ODgmc2VnbWVudF9pZD01NjMxNiZ0ZT0xJnVybD1odHRwcyUzQSUyRiUyRmNvb2tpbmcubnl0aW1lcy5jb20lMkZyZWNpcGVzJTJGMTAyMjA5OS12ZWdhbi10YW50YW5tZW4td2l0aC1wYW4tZnJpZWQtdG9mdSZ1c2VyX2lkPWFmNzBmOTEwMTVmMTY4MmE3NzM3M2UwNmRhZjQyNTY4VwNueXRCCmCBKTOEYKDsPyVSFm1hdHN1emFraWFrb0BnbWFpbC5jb21YBAAAAAA~"><img width="38" height="38" src="https://static01.nytimes.com/images/misc/cooking/pinterest.png" style="vertical-align:middle" alt="Pinterest"></a> </span> </div>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
</td>
</tr>
</tbody>
</table>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
</td>
</tr>
</tbody>
</table>
</div>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
<!--aColumn Ends-->
<!--a2Column xtra Begins-->
<div>
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="600" align="center"><tr><td width="100%" valign="top"><![endif]-->
<!--aColumn Extra Begins-->
<div style="max-width:600px;width:100%">
</div>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
</div>
<!--a2Column xtra Ends-->
<div style="background-color:#fff"><img src="https://et.nytimes.com/pixel?subject=newsletter-impression&campaignInstanceId=<no value>&id=88342488&segment=56316&product=CK" width="1" height="1" /></div>
<!--Footer Begins-->
<div>
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="600" align="center"><tr><td width="100%" valign="top"><![endif]-->
<div>
<table class="cook-footer-padding hybrid-cook-footer-padding mob-cook-footer-padding" cellspacing="0" cellpadding="0" style="max-width:600px;width:100%;padding:0 10px;background-color:#fff">
<tbody>
<tr>
<td>
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="100%" align="left"><tr><td width="100%" valign="top" style="padding: 0 20px;"><br/><![endif]-->
<div align="left" style="border-top:1px solid #cbcbcb;border-bottom:1px solid #cbcbcb;color:#000;padding:20px 0 4px">
<table cellspacing="0" cellpadding="0" style="font-family:arial,helvetica,sans-serif">
<tbody>
<tr>
<td>
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="100%" align="left" valign="top"><tr><td width="25%" valign="middle" align="left" style="padding: 0 7px;"><![endif]-->
<div class="cook-follow" style="padding:0 0 14px 5px;display:inline-block;vertical-align:middle"> <span align="left" style="font-size:10px">FOLLOW US:</span> </div>
<!--[if (gte mso 9)|(IE)]></td><td width="75%" valign="top" align="left" style="padding: 0 7px 0;"><![endif]-->
<div class="cook-follow-icon" align="left" style="color:#000;font-family:arial,helvetica,sans-serif;font-size:12px;font-weight:400;display:inline-block;padding:0 0 14px 5px;vertical-align:middle">
<table align="center">
<tbody>
<tr>
<td>
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" align="left" valign="top"><tr><td valign="middle" align="left" style="padding: 0 2px 0 0;"><![endif]--> <img width="13" height="12" src="https://static01.nyt.com/images/icons/sharetools/classic/facebook.gif" style="vertical-align:middle" alt="Facebook">
<!--[if (gte mso 9)|(IE)]></td><td valign="top" style="padding: 0 2px 0 0;"><![endif]--> <span> <a style="color:#000001;font-family:arial,helvetica,sans-serif;font-size:12px;text-decoration:none;vertical-align:middle" href="https://nl.nytimes.com/f/a/oFX1ide-2anJ5qIOJXV6Gg~~/AAAAAQA~/RgRiZrgpP0SxaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL255dGZvb2Q_Y2FtcGFpZ25faWQ9NTgmZW1jPWVkaXRfY2tfMjAyMTA0MjQmaW5zdGFuY2VfaWQ9Mjk2ODEmbmw9Y29va2luZyZyZWdpX2lkPTg4MzQyNDg4JnNlZ21lbnRfaWQ9NTYzMTYmdGU9MSZ1c2VyX2lkPWFmNzBmOTEwMTVmMTY4MmE3NzM3M2UwNmRhZjQyNTY4VwNueXRCCmCBKTOEYKDsPyVSFm1hdHN1emFraWFrb0BnbWFpbC5jb21YBAAAAAA~">Facebook</a> </span>
<!--[if (gte mso 9)|(IE)]></td><td valign="top" style="padding: 0 2px;"><![endif]--> <span class="cook-media-spacing" style="padding:0">|</span>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
</td>
<td>
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" align="left"><tr><td valign="middle" align="left" style="padding: 0 2px 0 0;"><![endif]--> <img width="13" height="10" src="https://static01.nyt.com/images/article/functions/twitter.gif" style="vertical-align:middle" alt="Twitter">
<!--[if (gte mso 9)|(IE)]></td><td valign="top" style="padding: 0 2px 0 0;"><![endif]--> <span> <a style="color:#000001;font-family:arial,helvetica,sans-serif;font-size:12px;text-decoration:none;vertical-align:middle" href="https://nl.nytimes.com/f/a/RZmTeliDjnrceF6HK2wA9A~~/AAAAAQA~/RgRiZrgpP0SsaHR0cHM6Ly90d2l0dGVyLmNvbS9ueXRmb29kP2NhbXBhaWduX2lkPTU4JmVtYz1lZGl0X2NrXzIwMjEwNDI0Jmluc3RhbmNlX2lkPTI5NjgxJm5sPWNvb2tpbmcmcmVnaV9pZD04ODM0MjQ4OCZzZWdtZW50X2lkPTU2MzE2JnRlPTEmdXNlcl9pZD1hZjcwZjkxMDE1ZjE2ODJhNzczNzNlMDZkYWY0MjU2OFcDbnl0QgpggSkzhGCg7D8lUhZtYXRzdXpha2lha29AZ21haWwuY29tWAQAAAAA">@nytfood</a> </span>
<!--[if (gte mso 9)|(IE)]></td><td valign="top" style="padding: 0 2px;"><![endif]--> <span class="cook-media-spacing" style="padding:0">|</span>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
</td>
<td>
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0"><tr><td valign="middle" align="left" style="padding: 0 2px 0 0;"><![endif]--> <img width="13" height="13" src="https://static01.nyt.com/images/icons/pinterest_icon_16x16.gif" style="vertical-align:middle" alt="pinterest">
<!--[if (gte mso 9)|(IE)]></td><td valign="top" style="padding: 0 2px 0 0;"><![endif]--> <span> <a style="color:#000001;font-family:arial,helvetica,sans-serif;font-size:12px;text-decoration:none;vertical-align:middle" href="https://nl.nytimes.com/f/a/job_zWVZIQfk19a5ofxOuA~~/AAAAAQA~/RgRiZrgpP0SyaHR0cDovL3d3dy5waW50ZXJlc3QuY29tL255dGZvb2QvP2NhbXBhaWduX2lkPTU4JmVtYz1lZGl0X2NrXzIwMjEwNDI0Jmluc3RhbmNlX2lkPTI5NjgxJm5sPWNvb2tpbmcmcmVnaV9pZD04ODM0MjQ4OCZzZWdtZW50X2lkPTU2MzE2JnRlPTEmdXNlcl9pZD1hZjcwZjkxMDE1ZjE2ODJhNzczNzNlMDZkYWY0MjU2OFcDbnl0QgpggSkzhGCg7D8lUhZtYXRzdXpha2lha29AZ21haWwuY29tWAQAAAAA">Pinterest</a> </span>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
</td>
</tr>
</tbody>
</table>
</div>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
</td>
</tr>
</tbody>
</table>
</div>
<!--[if (gte mso 9)|(IE)]><br/></td></tr></table><![endif]-->
</td>
</tr>
</tbody>
</table>
</div>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
</div>
<!--Replace the PUBDATE value in the HTML returned -->
<div>
<!--Replace the PUBDATE value in the HTML returned -->
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="600" align="center"><tr><td width="100%" valign="top"><![endif]-->
<div>
<!--Footer begins -->
<table cellspacing="0" cellpadding="0" id="Footer" style="max-width:600px;width:100%;padding:17px 0 0;background-color:#fff">
<tbody>
<tr>
<td style="max-width:580px;width:100%;font-size:13px;font-family:arial,helvetica,sans-serif;color:#585858;padding:0 10px" class="cook-footer-padding hybrid-cook-footer-padding mob-cook-footer-padding">
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="100%" align="left"><tr><td width="100%" valign="top" style="padding: 0 20px;"><br/><![endif]-->
<div align="left">
<p style="font-size:13px;font-family:arial,helvetica,sans-serif;color:#585858;line-height:18px;margin:5px 0 0;text-decoration:none">You received this message because you signed up for NYTimes Cooking newsletter.</p>
</div>
<!--[if (gte mso 9)|(IE)]></td></tr><tr><td width="100%" valign="top" style="padding: 0 20px; font-size: 13px; font-family: arial,helvetica,sans-serif; color: #585858; line-height:25px;"><![endif]-->
<div align="left" style="font-family:arial,helvetica,sans-serif;padding:14px 0;line-height:25px"> <span> <a style="color:#999;text-decoration:none; font-size:12px;" href="#">Unsubscribe</a> </span> <span style="padding:0">|</span> <span> <a style="color:#999;text-decoration:none;font-size:12px" href="#">Manage Subscriptions</a> </span> <span style="padding:0">|</span> <span> <a style="color:#999;text-decoration:none;font-size:12px" href="#">Change Your E-mail</a> </span> <span style="padding:0">|</span> <span> <a style="color:#999;text-decoration:none;font-size:12px" href="https://nl.nytimes.com/f/a/aVJv4YlHUEf3m3l7Nf7thg~~/AAAAAQA~/RgRiZrgpP0TeaHR0cDovL3d3dy5ueXRpbWVzLmNvbS9jb250ZW50L2hlbHAvcmlnaHRzL3ByaXZhY3kvcG9saWN5L3ByaXZhY3ktcG9saWN5Lmh0bWw_Y2FtcGFpZ25faWQ9NTgmZW1jPWVkaXRfY2tfMjAyMTA0MjQmaW5zdGFuY2VfaWQ9Mjk2ODEmbmw9Y29va2luZyZyZWdpX2lkPTg4MzQyNDg4JnNlZ21lbnRfaWQ9NTYzMTYmdGU9MSZ1c2VyX2lkPWFmNzBmOTEwMTVmMTY4MmE3NzM3M2UwNmRhZjQyNTY4VwNueXRCCmCBKTOEYKDsPyVSFm1hdHN1emFraWFrb0BnbWFpbC5jb21YBAAAAAA~">Privacy Policy</a> </span> <span style="padding:0">|</span> <span> <a style="color:#999;text-decoration:none;font-size:12px" href="https://nl.nytimes.com/f/a/3dPLOyIuatkvoHDf5q2p-A~~/AAAAAQA~/RgRiZrgpP0TIaHR0cHM6Ly9teWFjY291bnQubnl0aW1lcy5jb20vbWVtYmVyY2VudGVyL2hlbHAuaHRtbD8lM0Z0ZT0xJmNhbXBhaWduX2lkPTU4JmVtYz1lZGl0X2NrXzIwMjEwNDI0Jmluc3RhbmNlX2lkPTI5NjgxJm5sPWNvb2tpbmcmcmVnaV9pZD04ODM0MjQ4OCZzZWdtZW50X2lkPTU2MzE2JnVzZXJfaWQ9YWY3MGY5MTAxNWYxNjgyYTc3MzczZTA2ZGFmNDI1NjhXA255dEIKYIEpM4RgoOw_JVIWbWF0c3V6YWtpYWtvQGdtYWlsLmNvbVgEAAAAAA~~">Contact</a> </span> <span style="padding:0">|</span> <span> <a style="color:#999;padding:0 1px 0 5px;text-decoration:none;font-size:12px" href="https://nl.nytimes.com/f/a/YsUDMTw6fIRniHdYR1uBtA~~/AAAAAQA~/RgRiZrgpP0SoaHR0cDovL255dG1lZGlha2l0LmNvbS8_Y2FtcGFpZ25faWQ9NTgmZW1jPWVkaXRfY2tfMjAyMTA0MjQmaW5zdGFuY2VfaWQ9Mjk2ODEmbmw9Y29va2luZyZyZWdpX2lkPTg4MzQyNDg4JnNlZ21lbnRfaWQ9NTYzMTYmdGU9MSZ1c2VyX2lkPWFmNzBmOTEwMTVmMTY4MmE3NzM3M2UwNmRhZjQyNTY4VwNueXRCCmCBKTOEYKDsPyVSFm1hdHN1emFraWFrb0BnbWFpbC5jb21YBAAAAAA~">Advertise</a> </span> <span style="padding:0">|</span> <span> <a style="color:#999;text-decoration:none;font-size:12px" href="https://nl.nytimes.com/f/a/954Y0M6Ab_1CMYufwSQ1dQ~~/AAAAAQA~/RgRiZrgpP0TBaHR0cDovL3d3dy5ueXRpbWVzLmNvbS9wcml2YWN5L2NhbGlmb3JuaWEtbm90aWNlP2NhbXBhaWduX2lkPTU4JmVtYz1lZGl0X2NrXzIwMjEwNDI0Jmluc3RhbmNlX2lkPTI5NjgxJm5sPWNvb2tpbmcmcmVnaV9pZD04ODM0MjQ4OCZzZWdtZW50X2lkPTU2MzE2JnRlPTEmdXNlcl9pZD1hZjcwZjkxMDE1ZjE2ODJhNzczNzNlMDZkYWY0MjU2OFcDbnl0QgpggSkzhGCg7D8lUhZtYXRzdXpha2lha29AZ21haWwuY29tWAQAAAAA">California Notices</a> </span> </div>
<!--[if (gte mso 9)|(IE)]><br/></td></tr></table><![endif]-->
</td>
</tr>
<tr>
<td style="padding:0 10px" class="cook-footer-copyright-padding hybrid-cook-footer-copyright-padding mob-cook-footer-copyright-padding">
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" width="100%" align="center"><tr><td width="100%" valign="top" style="padding: 0 20px;"><![endif]-->
<table align="center" cellspacing="0" cellpadding="0" border="0" style="max-width:550px;width:100%;border-top:1px solid #cbcbcb;color:#999998;font-family:arial,helvetica,sans-serif;height:20px;padding:17px 0;font-size:11px">
<tbody>
<tr>
<td align="left"> <span class="cook-footer-copyright" style="font-family:arial,helvetica,sans-serif;text-decoration:none;font-size:12px;line-height:18px">Copyright 2021</span> <span class="cook-footer-copyright" style="padding:0 4px;font-size:12px;line-height:18px">|</span> <span class="cook-footer-copyright" style="font-family:arial,helvetica,sans-serif;text-decoration:none;font-size:12px;line-height:18px">The New York Times Company</span> <span class="cook-footer-copyright" style="padding:0 4px;font-size:12px;line-height:18px">|</span> <span class="cook-footer-copyright" style="font-family:arial,helvetica,sans-serif;text-decoration:none;font-size:12px;line-height:18px">NYTimes.com 620 Eighth Avenue New York, NY 10018 </span> </td>
</tr>
</tbody>
</table>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
</td>
</tr>
</tbody>
</table>
<!--End Footer-->
</div>
<!--[if (gte mso 9)|(IE)]><br/></td></tr></table><![endif]-->
</div>
<!--Footer Ends-->
</td>
</tr>
</tbody>
</table>
</div>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
</body>
</html>
Also see: Tab Triggers