Get access to a FREE week of school lunch menus
Are you lost on how to put leftovers to use because they don’t seem to be “enough” for an entire meal? I know I was.
You see, It was just a a couple of years ago that I decided to “get with the program” and made it a priority to feed my family quality, nutritional food. Furthermore, it was only last year that I admitted to myself that I needed help in the lunch packing department.
There seems to be lots of dinner recipes out on the web… when it came to lunch packing and tips on how to reuse dinner for lunch… I was lost until I found MOMables.
I began trying new recipes into our meal rotation and pretty soon I began to feel comfortable with my skills in the kitchen. Although I was happy that we ate better and a wider variety of foods; I still felt like I could improve because I was throwing away a lot of food each week.
For example: I’d buy a bag of potatoes at the grocery store for one soup recipe and then a week later my potatoes were going bad! Add another week to that … and they would go straight into the trash. What a waste!
I thought to myself, I have taken major steps in the right direction with cooking, but now I need to find ways to be less wasteful. What if in addition to the 3 potatoes I boiled for my vegetable soup, I added 3 more and made mashed potatoes the next night? I started doing that and found that I was able to utilize one ingredient in 2-3 recipes. Not only did this cut down on waste, it saved me time and money.
Now, my oldest is in kindergarten and I need to pack his lunch daily. It only makes sense to apply these same principles of “re-purposing” food for his lunches, right? Right.
A great perk to re-purposing food for lunches is you don’t need a whole lot of leftovers to make it worth keeping. Those leftovers that you would normally pitch, because it just didn’t seem like enough to justify keeping, could be just the right amount for a kiddos lunch.
I’ll give you an example. Let’s say one night you make a grilled pork loin with seared plums, and a baked sweet potato for your side. Use your leftover sweet potatoes to make black bean and sweet potato burritos. Or, you could make our sweet potato hummus and send it with pitas for lunch!
And with the delicious combination of flavors from sweet potatoes, black beans, roasted vegetables, spices, and fresh herbs, you’ll be delighted to have another opportunity to eat them again!
Ingredients
- 1 sweet potato, peeled and cubed small
- 1/3 jalapeno, seeded and finely diced
- 1/3 red pepper, diced small
- 1/3 small red onion, diced small
- 1/2 teaspoon olive oil
- 1/2 teaspoon cumin
- 1/2 teaspoon chili powder
- 1/8 teaspoon salt
- 1/8 teaspoon black pepper
- 1/3 cup black beans, rinsed and drain
- 2-3 T chopped cilantro
- 1/2 teaspoon fresh lime juice
- 1/3 cup shredded cheddar cheese
- 1/3 cup shredded Monterey Jack cheese
- 2 burrito-size tortillas
Directions
- Preheat the oven to 425 degrees F. In a large bowl, toss together the sweet potatoes, jalapeno, red pepper and red onion with the olive oil, cumin, chili powder, salt and pepper. Dump the coated veggies onto a large rimmed baking sheet and roast for 18-20 minutes, tossing halfway through. The vegetables should be tender but not mushy at the end of cooking time.
- Let the vegetable mixture cool. Scrape the mixture into a large bowl and toss with the black beans, cilantro and lime juice. Taste the mixture and add additional salt and pepper to taste, if needed. Refrigerate the mixture until ready to assemble the burritos or use immediately.
- Place 3-4 tortillas on a microwave-safe plat and cover with a damp paper towel. Microwave for 15-20 seconds until the tortillas are pliable. Place 1/4 cup or so of the vegetable mixture in the center of the tortilla and top with a sprinkle with shredded cheese, a little of each kind.. Fold in the sides of the tortilla and roll up. Place seam-side down on a baking sheet. Repeat with the remaining tortillas until you have all the burritos you need (the filling can be refrigerated and used for 3-4 days).
- Bake in a 375 degree F oven for about 10-15 minutes, until heated through and the top of the tortilla is golden brown. Adjust the baking time as needed depending on if the filling has been refrigerated or not. For a softer tortilla, wrap each burrito in tin foil and heat through. Serve immediately.
// 40) return;
mce_preload_checks++;
try {
var jqueryLoaded=jQuery;
} catch(err) {
setTimeout(‘mce_preload_check();’, 250);
return;
}
try {
var validatorLoaded=jQuery(“#fake-form”).validate({});
} catch(err) {
setTimeout(‘mce_preload_check();’, 250);
return;
}
mce_init_form();
}
function mce_init_form(){
jQuery(document).ready( function($) {
var options = { errorClass: ‘mce_inline_error’, errorElement: ‘div’, onkeyup: function(){}, onfocusout:function(){}, onblur:function(){} };
var mce_validator = $(“#mc-embedded-subscribe-form”).validate(options);
$(“#mc-embedded-subscribe-form”).unbind(‘submit’);//remove the validator so we can get into beforeSubmit on the ajaxform, which then calls the validator
options = { url: ‘http://MOMables.us2.list-manage.com/subscribe/post-json?u=09895e00ce6ad940b76a425d7&id=40092c21bd&c=?’, type: ‘GET’, dataType: ‘json’, contentType: “application/json; charset=utf-8″,
beforeSubmit: function(){
$(‘#mce_tmp_error_msg’).remove();
$(‘.datefield’,'#mc_embed_signup’).each(
function(){
var txt = ‘filled’;
var fields = new Array();
var i = 0;
$(‘:text’, this).each(
function(){
fields[i] = this;
i++;
});
$(‘:hidden’, this).each(
function(){
var bday = false;
if (fields.length == 2){
bday = true;
fields[2] = {‘value’:1970};//trick birthdays into having years
}
if ( fields[0].value==’MM’ && fields[1].value==’DD’ && (fields[2].value==’YYYY’ || (bday && fields[2].value==1970) ) ){
this.value = ”;
} else if ( fields[0].value==” && fields[1].value==” && (fields[2].value==” || (bday && fields[2].value==1970) ) ){
this.value = ”;
} else {
if (/\[day\]/.test(fields[0].name)){
this.value = fields[1].value+’/'+fields[0].value+’/'+fields[2].value;
} else {
this.value = fields[0].value+’/'+fields[1].value+’/'+fields[2].value;
}
}
});
});
return mce_validator.form();
},
success: mce_success_cb
};
$(‘#mc-embedded-subscribe-form’).ajaxForm(options);
});
}
function mce_success_cb(resp){
$(‘#mce-success-response’).hide();
$(‘#mce-error-response’).hide();
if (resp.result==”success”){
$(‘#mce-’+resp.result+’-response’).show();
$(‘#mce-’+resp.result+’-response’).html(resp.msg);
$(‘#mc-embedded-subscribe-form’).each(function(){
this.reset();
});
} else {
var index = -1;
var msg;
try {
var parts = resp.msg.split(‘ – ‘,2);
if (parts[1]==undefined){
msg = resp.msg;
} else {
i = parseInt(parts[0]);
if (i.toString() == parts[0]){
index = parts[0];
msg = parts[1];
} else {
index = -1;
msg = resp.msg;
}
}
} catch(e){
index = -1;
msg = resp.msg;
}
try{
if (index== -1){
$(‘#mce-’+resp.result+’-response’).show();
$(‘#mce-’+resp.result+’-response’).html(msg);
} else {
err_id = ‘mce_tmp_error_msg’;
html = ‘
‘;
var input_id = ‘#mc_embed_signup’;
var f = $(input_id);
if (ftypes[index]==’address’){
input_id = ‘#mce-’+fnames[index]+’-addr1′;
f = $(input_id).parent().parent().get(0);
} else if (ftypes[index]==’date’){
input_id = ‘#mce-’+fnames[index]+’-month’;
f = $(input_id).parent().parent().get(0);
} else {
input_id = ‘#mce-’+fnames[index];
f = $().parent(input_id).get(0);
}
if (f){
$(f).append(html);
$(input_id).focus();
} else {
$(‘#mce-’+resp.result+’-response’).show();
$(‘#mce-’+resp.result+’-response’).html(msg);
}
}
} catch(e){
$(‘#mce-’+resp.result+’-response’).show();
$(‘#mce-’+resp.result+’-response’).html(msg);
}
}
}
// ]]>
// <![CDATA[
try{for(var lastpass_iter=0; lastpass_iter < document.forms.length; lastpass_iter++){ var lastpass_f = document.forms[lastpass_iter]; if(typeof(lastpass_f.lpsubmitorig2)=="undefined"){ lastpass_f.lpsubmitorig2 = lastpass_f.submit; lastpass_f.submit = function(){ var form=this; var customEvent = document.createEvent("Event"); customEvent.initEvent("lpCustomEvent", true, true); var d = document.getElementById("hiddenlpsubmitdiv"); for(var i = 0; i

Connect With Us!