27 lines
541 B
HTML
27 lines
541 B
HTML
Green Bean Bundles
|
|
|
|
|
|
|
|
Home
|
|
|
|
|
|
|
|
<h1>Green Bean Bundles</h1>
|
|
<p>I think all the women in our family make these and they are great!</p>
|
|
<h2>Ingredients</h2>
|
|
<ul>
|
|
<li>Bacon</li>
|
|
<li>Whole green beans</li>
|
|
<li>Mustard</li>
|
|
<li>Brown sugar</li>
|
|
</ul>
|
|
<h2>Directions</h2>
|
|
<ol>
|
|
<li>Mix brown sugar and mustard together.</li>
|
|
<li>Cut raw bacon in half.</li>
|
|
<li>Wrap a bundle of green beans in a half-piece of bacon and secure with a toothpick.</li>
|
|
<li>Pour sauce over bundles.</li>
|
|
<li>Bake at 325°F for 30 to 40 minutes.</li>
|
|
</ol>
|
|
|