

<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<link rel="profile" href="https://gmpg.org/xfn/11">
		<link rel="pingback" href="https://spaghettisauceandmeatballs.com/xmlrpc.php">
		<script>(function(html){html.className = html.className.replace(/\bno-js\b/,'js')})(document.documentElement);</script>
<title>Anthony's Italian-American Recipes - Italian-American Recipes Just like grandma used to make!</title>
	<link rel="canonical" href="https://spaghettisauceandmeatballs.com" />
<meta name="robots" content="max-image-preview:large"/>
<meta name="google-site-verification" content="ohkCNQ3skl5z1p5lai7vtB33ELK_Sc6pYmp3PG5IYJs"/>
<!-- Async WordPress.com Remote Login -->
<script id="wpcom_remote_login_js">
var wpcom_remote_login_extra_auth = '';
function wpcom_remote_login_remove_dom_node_id( element_id ) {
	var dom_node = document.getElementById( element_id );
	if ( dom_node ) { dom_node.parentNode.removeChild( dom_node ); }
}
function wpcom_remote_login_remove_dom_node_classes( class_name ) {
	var dom_nodes = document.querySelectorAll( '.' + class_name );
	for ( var i = 0; i < dom_nodes.length; i++ ) {
		dom_nodes[ i ].parentNode.removeChild( dom_nodes[ i ] );
	}
}
function wpcom_remote_login_final_cleanup() {
	wpcom_remote_login_remove_dom_node_classes( "wpcom_remote_login_msg" );
	wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" );
	wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_validate" );
	wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_js" );
	wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_iframe" );
	wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_styles" );
}
// Watch for messages back from the remote login
window.addEventListener( "message", function( e ) {
	if ( e.origin === "https://r-login.wordpress.com" ) {
		var data = {};
		try {
			data = JSON.parse( e.data );
		} catch( e ) {
			wpcom_remote_login_final_cleanup();
			return;
		}
		if ( data.msg === 'LOGIN' ) {
			// Clean up the login check iframe
			wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" );
			var id_regex = new RegExp( /^[0-9]+$/ );
			var token_regex = new RegExp( /^.*|.*|.*$/ );
			if (
				token_regex.test( data.token )
				&& id_regex.test( data.wpcomid )
			) {
				// We have everything we need to ask for a login
				var script = document.createElement( "script" );
				script.setAttribute( "id", "wpcom_remote_login_validate" );
				script.src='remote-login_wpcom_remote_login-validate/'
					+ '&wpcomid=' + data.wpcomid
					+ '&token=' + encodeURIComponent( data.token )
					+ '&host=' + window.location.protocol
					+ '//' + window.location.hostname
					+ '&postid=61'
					+ '&is_singular=';
				document.body.appendChild( script );
			}
			return;
		}
		// Safari ITP, not logged in, so redirect
		if ( data.msg === 'LOGIN-REDIRECT' ) {
			+ window.location.href;
			return;
		}
		// Safari ITP, storage access failed, remove the request
		if ( data.msg === 'LOGIN-REMOVE' ) {
			var css_zap = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } @media screen and ( max-width: 782px ) { html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } }';
			var style_zap = document.createElement( 'style' );
			style_zap.type = 'text/css';
			style_zap.appendChild( document.createTextNode( css_zap ) );
			document.body.appendChild( style_zap );
			var e = document.getElementById( 'wpcom_request_access_iframe' );
			e.parentNode.removeChild( e );
			document.cookie = 'wordpress_com_login_access=denied; path=/; max-age=31536000';
			return;
		}
		// Safari ITP
		if ( data.msg === 'REQUEST_ACCESS' ) {
			console.log( 'request access: safari' );
			// Check ITP iframe enable/disable knob
			if ( wpcom_remote_login_extra_auth !== 'safari_itp_iframe' ) {
				return;
			}
			// If we are in a "private window" there is no ITP.
			var private_window = false;
			try {
				var opendb = window.openDatabase( null, null, null, null );
			} catch( e ) {
				private_window = true;
			}
			if ( private_window ) {
				console.log( 'private window' );
				return;
			}
			var iframe = document.createElement( 'iframe' );
			iframe.id = 'wpcom_request_access_iframe';
			iframe.setAttribute( 'scrolling', 'no' );
			iframe.setAttribute( 'sandbox', 'allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-top-navigation-by-user-activation' );
			iframe.src = 'https://r-login.wordpress.com/remote-login.php?wpcom_remote_login=request_access&origin=' + encodeURIComponent( data.origin ) + '&wpcomid=' + encodeURIComponent( data.wpcomid );
			var css = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } @media screen and ( max-width: 660px ) { html { margin-top: 71px !important; } * html body { margin-top: 71px !important; } #wpcom_request_access_iframe { display: block; height: 71px !important; } } #wpcom_request_access_iframe { border: 0px; height: 46px; position: fixed; top: 0; left: 0; width: 100%; min-width: 100%; z-index: 99999; background: #23282d; } ';
			var style = document.createElement( 'style' );
			style.type = 'text/css';
			style.id = 'wpcom_request_access_styles';
			style.appendChild( document.createTextNode( css ) );
			document.body.appendChild( style );
			document.body.appendChild( iframe );
		}
		if ( data.msg === 'DONE' ) {
			wpcom_remote_login_final_cleanup();
		}
	}
}, false );
// Inject the remote login iframe after the page has had a chance to load
// more critical resources
window.addEventListener( "DOMContentLoaded", function( e ) {
	var iframe = document.createElement( "iframe" );
	iframe.style.display = "none";
	iframe.setAttribute( "scrolling", "no" );
	iframe.setAttribute( "id", "wpcom_remote_login_key" );
	iframe.src = "https://r-login.wordpress.com/remote-login.php"
		+ "?wpcom_remote_login=key"
		+ "&origin=aHR0cHM6Ly9zcGFnaGV0dGlzYXVjZWFuZG1lYXRiYWxscy5jb20%3D"
		+ "&wpcomid=92429773"
		+ "&time=1672842620";
	document.body.appendChild( iframe );
}, false );
</script>
<link rel="dns-prefetch" href="https://s2.wp.com/"/>
<link rel="dns-prefetch" href="https://s1.wp.com/"/>
<link rel="dns-prefetch" href="https://spaghettisauceandmeatballs.wordpress.com/"/>
<link rel="dns-prefetch" href="https://s0.wp.com/"/>
<link rel="dns-prefetch" href="https://wordpress.com/"/>
<link rel="dns-prefetch" href="https://fonts-api.wp.com/"/>
<link href="https://fonts.gstatic.com/" crossorigin rel="preconnect"/>
	<script type="text/javascript">
		/* <![CDATA[ */
		function addLoadEvent(func) {
			var oldonload = window.onload;
			if (typeof window.onload != 'function') {
				window.onload = func;
			} else {
				window.onload = function () {
					oldonload();
					func();
				}
			}
		}
		/* ]]> */
	</script>
	<script>
window._wpemojiSettings = {"baseUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/s0.wp.com\/wp-includes\/js\/wp-emoji-release.min.js?m=1652185836h&ver=6.1.1-alpha-54813"}};
/*! This file is auto-generated */
!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode,e=(p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0),i.toDataURL());return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(p&&p.fillText)switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([129777,127995,8205,129778,127999],[129777,127995,8203,129778,127999])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(e=t.source||{}).concatemoji?c(e.concatemoji):e.wpemoji&&e.twemoji&&(c(e.twemoji),c(e.wpemoji)))}(window,document,window._wpemojiSettings);
</script>
<style>
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 0.07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
	<link rel="stylesheet" id="all-css-0-1" href="css/3oBlo0IWbVPWK5aPlur3UOpw7Ys0/qF9rm2fR8Tiqj6dVTcsWXlvbjn5uFx1Xbtffu0-QDwFSPm-cssminify-yes.css" type="text/css" media="all"/>
<style id="wp-block-library-inline-css">
.has-text-align-justify {
	text-align:justify;
}
.wp-block-cover__image-background.has-parallax {
	background-size: cover;
}
</style>
<style id="global-styles-inline-css">
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #fff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--dark-gray: #1a1a1a;--wp--preset--color--medium-gray: #686868;--wp--preset--color--light-gray: #e5e5e5;--wp--preset--color--blue-gray: #4d545c;--wp--preset--color--bright-blue: #007acc;--wp--preset--color--light-blue: #9adffd;--wp--preset--color--dark-brown: #402b30;--wp--preset--color--medium-brown: #774e24;--wp--preset--color--dark-red: #640c1f;--wp--preset--color--bright-red: #ff675f;--wp--preset--color--yellow: #ffef8e;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple.jpg: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan.jpg: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange.jpg: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red.jpg: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray.jpg: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum.jpg: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple.jpg: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux.jpg: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk.jpg: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean.jpg: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass.jpg: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight.jpg: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('https://spaghettisauceandmeatballs.com/#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('https://spaghettisauceandmeatballs.com/#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('https://spaghettisauceandmeatballs.com/#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('https://spaghettisauceandmeatballs.com/#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('https://spaghettisauceandmeatballs.com/#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('https://spaghettisauceandmeatballs.com/#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('https://spaghettisauceandmeatballs.com/#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('https://spaghettisauceandmeatballs.com/#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple.jpg) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan.jpg) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange.jpg) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red.jpg) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray.jpg) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum.jpg) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple.jpg) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux.jpg) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk.jpg) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean.jpg) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass.jpg) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight.jpg) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
</style>
<link rel="stylesheet" id="all-css-2-1" href="_static/--/wp-content/mu-plugins/comment-likes/css/comment-likes_css-/i/noticons/noticons_m-1436783281j-cssminify-yes.css" type="text/css" media="all"/>
<link rel="stylesheet" id="twentysixteen-fonts-css" href="css-family-Merriweather-400-700-900-400italic-700italic-900italic-Montserrat-400-700-Inconsolata-400-subset-latin-latin-ext-display-fallback.css" media="all"/>
<link rel="stylesheet" id="all-css-4-1" href="css/y9DfHgwYO3mcmbGSypoijGYgi5Sj4PThQjW3rS9PFIc-wzmYuChxPCwMKzKz39LY-kesDXtL04sCLlDraUYFO3GrNAbfP8P15AdD7StF/cw61uL9dT3TbnZnwDR1BMvQ---cssminify-yes.css" type="text/css" media="all"/>
<style id="twentysixteen-style-inline-css">
 { clip: rect(1px, 1px, 1px, 1px); height: 1px; position: absolute; overflow: hidden; width: 1px; }
</style>
<!--[if lt IE 10]>
<link rel='stylesheet' id='twentysixteen-ie-css' href='https://s2.wp.com/wp-content/themes/pub/twentysixteen/css/ie.css?m=1448353951h&#038;ver=20170530' media='all' />
<![endif]-->
<!--[if lt IE 9]>
<link rel='stylesheet' id='twentysixteen-ie8-css' href='https://s2.wp.com/wp-content/themes/pub/twentysixteen/css/ie8.css?m=1493067000h&#038;ver=20170530' media='all' />
<![endif]-->
<!--[if lt IE 8]>
<link rel='stylesheet' id='twentysixteen-ie7-css' href='https://s2.wp.com/wp-content/themes/pub/twentysixteen/css/ie7.css?m=1448353951h&#038;ver=20170530' media='all' />
<![endif]-->
<link rel="stylesheet" id="all-css-10-1" href="https://s0.wp.com/_static/??-eJx9jUEOwjAMBD+EMRGtxAXxljYyISixo9pR2t+TcgEu3HZWGg22Al7YiA3tQZkUS53RWj82jasRMXpVVNsSQSte8rHzAb/EXKGkGiIrBhJI4ieLwj8A9zTF5Z+60Jwk9BnewQ/u0i1f3eiG8XR27vJ8AeH3Q6k=?cssminify=yes" type="text/css" media="all"/>
<style id="jetpack-global-styles-frontend-style-inline-css">
:root { --font-headings: unset; --font-base: unset; --font-headings-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; --font-base-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;}
</style>
<link rel="stylesheet" id="all-css-12-1" href="https://s0.wp.com/_static/??-eJyVjUEKwjAQRS9kHCo10IV4FImTkKROZkInQby9bXEjrty9B5/34VkNCrfADUo3lXrMrDCHVh0+Pg51Ed+xZWEoK1FQ0OSW4J33rx0zxyOqHuDf3i0zggpmR4Ykin7JT7OlUNb3NEIkuTvaBtdyGezZjqdpssP8Bj+XTks=?cssminify=yes" type="text/css" media="all"/>
<script id="wpcom-actionbar-placeholder-js-extra">
var actionbardata = {"siteID":"92429773","siteURL":"https:\/\/spaghettisauceandmeatballs.com","xhrURL":"/","nonce":"38cdca1e24","isLoggedIn":"","statusMessage":"","subsEmailDefault":"instantly","proxyScriptUrl":"https:\/\/s0.wp.com\/wp-content\/js\/wpcom-proxy-request.js?ver=20211021","shortlink":"https:\/\/wp.me\/P6fPcN-Z","i18n":{"followedText":"New posts from this site will now appear in your <a href=\"https:\/\/wordpress.com\/read\">Reader<\/a>","foldBar":"Collapse this bar","unfoldBar":"Expand this bar"}};
</script>
<script type="text/javascript" src="script/6c6tfQEuqE4l_rjqvxjuitqk6gbximzfou7.js"></script>
<script type="text/javascript">
	window.addEventListener( 'DOMContentLoaded', function() {
		rltInitialize( {"token":null,"iframeOrigins":["https:\/\/widgets.wp.com"]} );
	} );
</script>
<link rel="stylesheet" id="all-css-0-2" href="https://s0.wp.com/wp-content/mu-plugins/highlander-comments/style.css?m=1663315160h&amp;cssminify=yes" type="text/css" media="all"/>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://spaghettisauceandmeatballs.wordpress.com/xmlrpc.php?rsd"/>
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://s1.wp.com/wp-includes/wlwmanifest.xml"/>
<meta name="generator" content="WordPress.com"/>
<link rel="shortlink" href="https://wp.me/P6fPcN-Z"/>
<!-- Jetpack Open Graph Tags -->
<meta property="og:type" content="website"/>
<meta property="og:title" content="Anthony's Italian-American Recipes"/>
<meta property="og:description" content="Italian-American Recipes Just like grandma used to make!"/>
<meta property="og:url" content="https://spaghettisauceandmeatballs.com/"/>
<meta property="og:site_name" content="Anthony's Italian-American Recipes"/>
<meta property="og:image" content="2015/06/0013.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0013.jpg"/>
<meta property="og:image" content="2015/06/0023.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0023.jpg"/>
<meta property="og:image" content="2015/06/0032.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0032.jpg"/>
<meta property="og:image" content="2015/06/0043.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0043.jpg"/>
<meta property="og:image" content="2015/06/0053.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0053.jpg"/>
<meta property="og:image" content="2015/06/0102.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0102.jpg"/>
<meta property="og:image" content="2015/06/0123.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0123.jpg"/>
<meta property="og:image" content="2015/06/0133.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0133.jpg"/>
<meta property="og:image" content="2015/06/0163.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0163.jpg"/>
<meta property="og:image" content="2015/06/0172.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0172.jpg"/>
<meta property="og:image" content="2015/06/0203.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0203.jpg"/>
<meta property="og:image" content="2015/06/0243.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0243.jpg"/>
<meta property="og:image" content="2015/06/0252.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0252.jpg"/>
<meta property="og:image" content="2015/06/0262.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0262.jpg"/>
<meta property="og:image" content="2015/06/0273.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0273.jpg"/>
<meta property="og:image" content="2015/06/0292.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0292.jpg"/>
<meta property="og:image" content="2015/06/0312.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0312.jpg"/>
<meta property="og:image" content="2015/06/0322.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0322.jpg"/>
<meta property="og:image" content="2015/06/0343.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0343.jpg"/>
<meta property="og:image" content="2015/06/0352.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0352.jpg"/>
<meta property="og:image" content="2015/06/0363.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0363.jpg"/>
<meta property="og:image" content="2015/06/0373.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0373.jpg"/>
<meta property="og:image" content="2015/06/0382.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0382.jpg"/>
<meta property="og:image" content="2015/06/0413.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0413.jpg"/>
<meta property="og:image" content="2015/06/0423.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0423.jpg"/>
<meta property="og:image" content="2015/06/0433.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0433.jpg"/>
<meta property="og:image" content="2015/06/0443.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0443.jpg"/>
<meta property="og:image" content="2015/06/0462.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0462.jpg"/>
<meta property="og:image" content="2015/06/0483.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0483.jpg"/>
<meta property="og:image" content="2015/06/0493.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0493.jpg"/>
<meta property="og:image" content="2015/06/0512.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0512.jpg"/>
<meta property="og:image" content="2015/06/0533.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0533.jpg"/>
<meta property="og:image" content="2015/06/0563.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0563.jpg"/>
<meta property="og:image" content="2015/06/0582.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0582.jpg"/>
<meta property="og:image" content="2015/06/0602.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0602.jpg"/>
<meta property="og:image" content="2015/06/0613.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0613.jpg"/>
<meta property="og:image" content="2015/06/0633.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0633.jpg"/>
<meta property="og:image" content="2015/06/0683.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0683.jpg"/>
<meta property="og:image" content="2015/06/0703.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0703.jpg"/>
<meta property="og:image" content="2015/06/0773.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0773.jpg"/>
<meta property="og:image" content="2015/06/0873.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0873.jpg"/>
<meta property="og:image" content="2015/06/0973.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0973.jpg"/>
<meta property="og:image" content="2015/06/1003.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/1003.jpg"/>
<meta property="og:image" content="2015/06/1052.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/1052.jpg"/>
<meta property="og:image" content="2015/06/1063.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/1063.jpg"/>
<meta property="og:image" content="2015/06/1093.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/1093.jpg"/>
<meta property="og:image" content="2015/06/1113.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/1113.jpg"/>
<meta property="og:image" content="2015/06/1143.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/1143.jpg"/>
<meta property="og:image" content="2015/06/116a3.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/116a3.jpg"/>
<meta property="og:image" content="2015/06/1173.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/1173.jpg"/>
<meta property="og:image" content="2015/06/spaghetti-sauce-and-meatballs-plate.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/spaghetti-sauce-and-meatballs-plate.jpg"/>
<meta property="og:image" content="2015/06/sauce-blowup-1.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/sauce-blowup-1.jpg"/>
<meta property="og:image" content="2015/06/sauce-blowup-3.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/sauce-blowup-3.jpg"/>
<meta property="og:image" content="2015/06/sauce-blowup-4.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/sauce-blowup-4.jpg"/>
<meta property="og:image" content="2015/06/sauce-blowup-5.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/sauce-blowup-5.jpg"/>
<meta property="og:image" content="2015/06/sauce-blowup-6.jpg"/>
<meta property="og:image:secure_url" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/sauce-blowup-6.jpg"/>
<meta property="og:image:alt" content=""/>
<meta property="og:locale" content="en_US"/>
<meta property="article:publisher" content="https://www.facebook.com/WordPresscom"/>
<meta name="twitter:text:title" content="Pasta Sauce, Meatballs, Sausage and Braciole Recipe"/>
<meta name="twitter:image" content="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0013.jpg?w=1400"/>
<meta name="twitter:card" content="summary_large_image"/>
<!-- End Jetpack Open Graph Tags -->
<link rel="openid.server" href="https://spaghettisauceandmeatballs.com/?openidserver=1"/>
<link rel="openid.delegate" href="https://spaghettisauceandmeatballs.com/"/>
<link rel="search" type="application/opensearchdescription+xml" href="https://spaghettisauceandmeatballs.com/osd.xml" title="Anthony's Italian-American Recipes"/>
<link rel="search" type="application/opensearchdescription+xml" href="https://s1.wp.com/opensearch.xml" title="WordPress.com"/>
<meta name="theme-color" content="#e43333"/>
		<style type="text/css">
			.recentcomments a {
				display: inline !important;
				padding: 0 !important;
				margin: 0 !important;
			}
			table.recentcommentsavatartop img.avatar, table.recentcommentsavatarend img.avatar {
				border: 0px;
				margin: 0;
			}
			table.recentcommentsavatartop a, table.recentcommentsavatarend a {
				border: 0px !important;
				background-color: transparent !important;
			}
			td.recentcommentsavatarend, td.recentcommentsavatartop {
				padding: 0px 0px 1px 0px;
				margin: 0px;
			}
			td.recentcommentstextend {
				border: none !important;
				padding: 0px 0px 2px 10px;
			}
			.rtl td.recentcommentstextend {
				padding: 0px 10px 2px 0px;
			}
			td.recentcommentstexttop {
				border: none;
				padding: 0px 0px 0px 10px;
			}
			.rtl td.recentcommentstexttop {
				padding: 0px 10px 0px 0px;
			}
		</style>
		<meta name="application-name" content="Anthony's Italian-American Recipes"/><meta name="msapplication-window" content="width=device-width;height=device-height"/><meta name="msapplication-tooltip" content="Italian-American Recipes Just like grandma used to make!"/><meta name="msapplication-task" content="name=Subscribe;action-uri=https://spaghettisauceandmeatballs.com/feed/;icon-uri=https://spaghettisauceandmeatballs.files.wordpress.com/2018/08/spag-site-icon.jpg?w=16"/><meta name="msapplication-task" content="name=Sign up for a free blog;action-uri=http://wordpress.com/signup/;icon-uri=https://s1.wp.com/i/favicon.ico"/><meta name="msapplication-task" content="name=WordPress.com Support;action-uri=http://support.wordpress.com/;icon-uri=https://s1.wp.com/i/favicon.ico"/><meta name="msapplication-task" content="name=WordPress.com Forums;action-uri=http://forums.wordpress.com/;icon-uri=https://s1.wp.com/i/favicon.ico"/><meta name="description" content="Detailed family recipe for spaghetti Sauce and Meatballs just like grandma used to make. We called it The Sunday Gravy!"/>
<style id="custom-background-css">
body.custom-background { background-color: #e43333; background-image: url("2022/07/table-cloth.gif"); background-position: left top; background-size: auto; background-repeat: repeat; background-attachment: scroll; }
</style>
	<style type="text/css" id="custom-colors-css">	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	input[type="tel"],
	input[type="number"],
	textarea {
		background: #f7f7f7;
		color: #686868;
	}
	input[type="text"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="password"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="number"]:focus,
	textarea:focus {
		background-color: #fff;
		color: #1a1a1a;
	}
body { background-color: #e43333;}
.site,
		.main-navigation ul ul li { background-color: #f1d9a1;}
body #infinite-footer .container { background-color: #f1d9a1;}
body #infinite-footer .container { background-color: rgba( 241, 217, 161, 0.9 );}
.main-navigation ul ul:after { border-top-color: #f1d9a1;}
.main-navigation ul ul:after { border-bottom-color: #f1d9a1;}
mark,
		ins,
		button,
		button[disabled]:hover,
		button[disabled]:focus,
		input[type="button"],
		input[type="button"][disabled]:hover,
		input[type="button"][disabled]:focus,
		input[type="reset"],
		input[type="reset"][disabled]:hover,
		input[type="reset"][disabled]:focus,
		input[type="submit"],
		input[type="submit"][disabled]:hover,
		input[type="submit"][disabled]:focus,
		.menu-toggle.toggled-on,
		.menu-toggle.toggled-on:hover,
		.menu-toggle.toggled-on:focus,
		.pagination .prev,
		.pagination .next,
		.pagination .prev:hover,
		.pagination .prev:focus,
		.pagination .next:hover,
		.pagination .next:focus,
		.pagination .nav-links:before,
		.pagination .nav-links:after,
		.widget_calendar tbody a,
		.widget_calendar tbody a:hover,
		.widget_calendar tbody a:focus,
		.page-links a,
		.page-links a:hover,
		.page-links a:focus,
		.site-main #infinite-handle span,
		.wp-block-button .wp-block-button__link:active,
		.wp-block-button .wp-block-button__link:focus,
		.wp-block-button .wp-block-button__link:hover,
		.is-style-outline>.wp-block-button__link:not(.has-text-color):active,
		.is-style-outline>.wp-block-button__link:not(.has-text-color):focus,
		.is-style-outline>.wp-block-button__link:not(.has-text-color):hover { color: #f1d9a1;}
.menu-toggle:hover,
		.menu-toggle:focus,
		a,
		.main-navigation a:hover,
		.main-navigation a:focus,
		.dropdown-toggle:hover,
		.dropdown-toggle:focus,
		.social-navigation a:hover:before,
		.social-navigation a:focus:before,
		.post-navigation a:hover .post-title,
		.post-navigation a:focus .post-title,
		.tagcloud a:hover,
		.tagcloud a:focus,
		.site-branding .site-title a:hover,
		.site-branding .site-title a:focus,
		.entry-title a:hover,
		.entry-title a:focus,
		.entry-footer a:hover,
		.entry-footer a:focus,
		.comment-metadata a:hover,
		.comment-metadata a:focus,
		.pingback .comment-edit-link:hover,
		.pingback .comment-edit-link:focus,
		.comment-reply-link,
		.comment-reply-link:hover,
		.comment-reply-link:focus,
		.required,
		.site-info a:hover,
		.site-info a:focus,
		.main-navigation li:hover > a,
		.main-navigation li.focus > a,
		.comments-area #respond .comment-form-service a,
		.widget_flickr #flickr_badge_uber_wrapper a,
		.widget_flickr #flickr_badge_uber_wrapper a:link,
		.widget_flickr #flickr_badge_uber_wrapper a:active,
		.widget_flickr #flickr_badge_uber_wrapper a:visited,
		.wp_widget_tag_cloud a:hover,
		.wp_widget_tag_cloud a:focus,
		body #infinite-footer .blog-info a:hover,
		body #infinite-footer .blog-info a:focus,
		body #infinite-footer .blog-info a:hover,
		body #infinite-footer .blog-info a:focus,
		body #infinite-footer .blog-credits a:hover,
		body #infinite-footer .blog-credits a:focus,
		.is-style-outline>.wp-block-button__link:not(.has-text-color) { color: #BF0C0C;}
mark,
		ins,
		button:hover,
		button:focus,
		input[type="button"]:hover,
		input[type="button"]:focus,
		input[type="reset"]:hover,
		input[type="reset"]:focus,
		input[type="submit"]:hover,
		input[type="submit"]:focus,
		.pagination .prev:hover,
		.pagination .prev:focus,
		.pagination .next:hover,
		.pagination .next:focus,
		.widget_calendar tbody a,
		.page-links a:hover,
		.page-links a:focus,
		#infinite-handle span:hover,
		#infinite-handle span:focus,
		.wp-block-button .wp-block-button__link { background-color: #BF0C0C;}
input[type="text"]:focus,
		input[type="email"]:focus,
		input[type="url"]:focus,
		input[type="password"]:focus,
		input[type="search"]:focus,
		textarea:focus,
		.tagcloud a:hover,
		.tagcloud a:focus,
		.menu-toggle:hover,
		.menu-toggle:focus,
		.comments-area #respond #comment-form-comment.active,
		.comments-area #comment-form-share-text-padder.active,
		.comments-area #respond .comment-form-fields div.comment-form-input.active,
		.wp_widget_tag_cloud a:hover,
		.wp_widget_tag_cloud a:focus,
		.wp-block-button .wp-block-button__link { border-color: #BF0C0C;}
body,
		blockquote cite,
		blockquote small,
		.main-navigation a,
		.menu-toggle,
		.dropdown-toggle,
		.social-navigation a,
		.post-navigation a,
		.widget-title a,
		.site-branding .site-title a,
		.entry-title a,
		.page-links > .page-links-title,
		.comment-author,
		.comment-reply-title small a:hover,
		.comment-reply-title small a:focus { color: #4A6721;}
blockquote,
		.menu-toggle.toggled-on,
		.menu-toggle.toggled-on:hover,
		.menu-toggle.toggled-on:focus,
		.post-navigation,
		.post-navigation div + div,
		.pagination,
		.widget,
		.page-header,
		.page-links a,
		.comments-title,
		.comment-reply-title,
		.wp-block-button .wp-block-button__link:active,
		.wp-block-button .wp-block-button__link:focus,
		.wp-block-button .wp-block-button__link:hover,
		.is-style-outline>.wp-block-button__link:not(.has-text-color):active,
		.is-style-outline>.wp-block-button__link:not(.has-text-color):focus,
		.is-style-outline>.wp-block-button__link:not(.has-text-color):hover { border-color: #4A6721;}
button,
		button[disabled]:hover,
		button[disabled]:focus,
		input[type="button"],
		input[type="button"][disabled]:hover,
		input[type="button"][disabled]:focus,
		input[type="reset"],
		input[type="reset"][disabled]:hover,
		input[type="reset"][disabled]:focus,
		input[type="submit"],
		input[type="submit"][disabled]:hover,
		input[type="submit"][disabled]:focus,
		.menu-toggle.toggled-on,
		.menu-toggle.toggled-on:hover,
		.menu-toggle.toggled-on:focus,
		.pagination:before,
		.pagination:after,
		.pagination .prev,
		.pagination .next,
		.page-links a,
		.site-main #infinite-handle span,
		.wp-block-button .wp-block-button__link:active,
		.wp-block-button .wp-block-button__link:focus,
		.wp-block-button .wp-block-button__link:hover,
		.is-style-outline>.wp-block-button__link:not(.has-text-color):active,
		.is-style-outline>.wp-block-button__link:not(.has-text-color):focus,
		.is-style-outline>.wp-block-button__link:not(.has-text-color):hover { background-color: #4A6721;}
fieldset,
		pre,
		abbr,
		acronym,
		table,
		th,
		td,
		input[type="text"],
		input[type="email"],
		input[type="url"],
		input[type="password"],
		input[type="search"],
		textarea,
		.main-navigation li,
		.main-navigation .primary-menu,
		.menu-toggle,
		.dropdown-toggle:after,
		.social-navigation a,
		.image-navigation,
		.comment-navigation,
		.tagcloud a,
		.entry-content,
		.entry-summary,
		.page-links a,
		.page-links > span,
		.comment-list article,
		.comment-list .pingback,
		.comment-list .trackback,
		.comment-reply-link,
		.no-comments,
		.main-navigation ul ul,
		.main-navigation ul ul li,
		.comments-area #respond #comment-form-comment,
		.comments-area #comment-form-share-text-padder,
		.comments-area #respond .comment-form-fields div.comment-form-input,
		.comments-area #respond .comment-form-service,
		.wp_widget_tag_cloud a,
		body #infinite-footer .container { border-color: #d7ebba;}
fieldset,
		pre,
		abbr,
		acronym,
		table,
		th,
		td,
		input[type="text"],
		input[type="email"],
		input[type="url"],
		input[type="password"],
		input[type="search"],
		textarea,
		.main-navigation li,
		.main-navigation .primary-menu,
		.menu-toggle,
		.dropdown-toggle:after,
		.social-navigation a,
		.image-navigation,
		.comment-navigation,
		.tagcloud a,
		.entry-content,
		.entry-summary,
		.page-links a,
		.page-links > span,
		.comment-list article,
		.comment-list .pingback,
		.comment-list .trackback,
		.comment-reply-link,
		.no-comments,
		.main-navigation ul ul,
		.main-navigation ul ul li,
		.comments-area #respond #comment-form-comment,
		.comments-area #comment-form-share-text-padder,
		.comments-area #respond .comment-form-fields div.comment-form-input,
		.comments-area #respond .comment-form-service,
		.wp_widget_tag_cloud a,
		body #infinite-footer .container { border-color: rgba( 215, 235, 186, 0.2 );}
.main-navigation ul ul:before { border-top-color: #d7ebba;}
.main-navigation ul ul:before { border-top-color: rgba( 215, 235, 186, 0.2 );}
.main-navigation ul ul:before { border-bottom-color: #d7ebba;}
.main-navigation ul ul:before { border-bottom-color: rgba( 215, 235, 186, 0.2 );}
hr,
		code { background-color: #d7ebba;}
hr,
		code { background-color: rgba( 215, 235, 186, 0.2 );}
blockquote,
		.post-password-form label,
		a:hover,
		a:focus,
		a:active,
		.post-navigation .meta-nav,
		.image-navigation,
		.comment-navigation,
		.widget_recent_entries .post-date,
		.widget_rss .rss-date,
		.widget_rss cite,
		.site-description,
		body:not(.search-results) .entry-summary,
		.author-bio,
		.entry-footer,
		.entry-footer a,
		.sticky-post,
		.taxonomy-description,
		.entry-caption,
		.comment-metadata,
		.pingback .edit-link,
		.comment-metadata a,
		.pingback .comment-edit-link,
		.comment-form label,
		.comment-notes,
		.comment-awaiting-moderation,
		.logged-in-as,
		.form-allowed-tags,
		.site-info,
		.site-info a,
		.wp-caption .wp-caption-text,
		.gallery-caption,
		.jp-relatedposts-post-aoverlay:hover .jp-relatedposts-post-title a,
		.jp-relatedposts-post-aoverlay:focus .jp-relatedposts-post-title a,
		.comments-area #respond .comment-form-fields label,
		.comments-area #respond .comment-form-fields label span.required,
		.comments-area #respond .comment-form-fields label span.nopublish,
		.comments-area #respond .comment-form-service a:hover,
		.comments-area #respond .comment-form-service a:focus,
		.comments-area #respond .comment-form-fields p.comment-form-posting-as,
		.comments-area #respond .comment-form-fields p.comment-form-log-out,
		.comments-area #respond #comment-form-identity #comment-form-nascar p,
		.comments-area #respond #comment-form-subscribe p,
		.comment-content p.comment-likes span.comment-like-feedback,
		.widget_flickr #flickr_badge_uber_wrapper a:focus,
		.widget_flickr #flickr_badge_uber_wrapper a:hover,
		.top_rated div > p,
		body #infinite-footer .blog-info a,
		body #infinite-footer .blog-credits,
		body #infinite-footer .blog-credits a { color: #2F6961;}
#respond.js .comment-form-fields label,
		#respond.js .comment-form-fields label span.required,
		#respond.js .comment-form-fields label span.nopublish { color: #387E75;}
.widget_calendar tbody a:hover,
		.widget_calendar tbody a:focus { background-color: #2F6961;}
</style>
<link rel="icon" href="2018/08/spag-site-icon_w-32.jpg" sizes="32x32"/>
<link rel="icon" href="2018/08/spag-site-icon_w-32.jpg" sizes="192x192"/>
<link rel="apple-touch-icon" href="2018/08/spag-site-icon_w-32.jpg"/>
<meta name="msapplication-TileImage" content="https://spaghettisauceandmeatballs.files.wordpress.com/2018/08/spag-site-icon.jpg?w=32"/>
</head>
<body class="home page-template-default page page-id-61 custom-background wp-embed-responsive customizer-styles-applied custom-background-image highlander-enabled highlander-light">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-dark-grayscale"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "/><fecomponenttransfer color-interpolation-filters="sRGB"><fefuncr type="table" tablevalues="0 0.49803921568627"/><fefuncg type="table" tablevalues="0 0.49803921568627"/><fefuncb type="table" tablevalues="0 0.49803921568627"/><fefunca type="table" tablevalues="1 1"/></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in"/></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-grayscale"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "/><fecomponenttransfer color-interpolation-filters="sRGB"><fefuncr type="table" tablevalues="0 1"/><fefuncg type="table" tablevalues="0 1"/><fefuncb type="table" tablevalues="0 1"/><fefunca type="table" tablevalues="1 1"/></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in"/></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-purple-yellow"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "/><fecomponenttransfer color-interpolation-filters="sRGB"><fefuncr type="table" tablevalues="0.54901960784314 0.98823529411765"/><fefuncg type="table" tablevalues="0 1"/><fefuncb type="table" tablevalues="0.71764705882353 0.25490196078431"/><fefunca type="table" tablevalues="1 1"/></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in"/></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-blue-red"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "/><fecomponenttransfer color-interpolation-filters="sRGB"><fefuncr type="table" tablevalues="0 1"/><fefuncg type="table" tablevalues="0 0.27843137254902"/><fefuncb type="table" tablevalues="0.5921568627451 0.27843137254902"/><fefunca type="table" tablevalues="1 1"/></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in"/></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-midnight"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "/><fecomponenttransfer color-interpolation-filters="sRGB"><fefuncr type="table" tablevalues="0 0"/><fefuncg type="table" tablevalues="0 0.64705882352941"/><fefuncb type="table" tablevalues="0 1"/><fefunca type="table" tablevalues="1 1"/></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in"/></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-magenta-yellow"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "/><fecomponenttransfer color-interpolation-filters="sRGB"><fefuncr type="table" tablevalues="0.78039215686275 1"/><fefuncg type="table" tablevalues="0 0.94901960784314"/><fefuncb type="table" tablevalues="0.35294117647059 0.47058823529412"/><fefunca type="table" tablevalues="1 1"/></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in"/></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-purple-green"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "/><fecomponenttransfer color-interpolation-filters="sRGB"><fefuncr type="table" tablevalues="0.65098039215686 0.40392156862745"/><fefuncg type="table" tablevalues="0 1"/><fefuncb type="table" tablevalues="0.44705882352941 0.4"/><fefunca type="table" tablevalues="1 1"/></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in"/></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-blue-orange"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "/><fecomponenttransfer color-interpolation-filters="sRGB"><fefuncr type="table" tablevalues="0.098039215686275 1"/><fefuncg type="table" tablevalues="0 0.66274509803922"/><fefuncb type="table" tablevalues="0.84705882352941 0.41960784313725"/><fefunca type="table" tablevalues="1 1"/></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in"/></filter></defs></svg><div id="page" class="site">
	<div class="site-inner">
		<a class="skip-link screen-reader-text" href="#content">Skip to content</a>
		<header id="masthead" class="site-header">
			<div class="site-header-main">
				<div class="site-branding">
					<a href="/" class="site-logo-link" rel="home" itemprop="url"></a>
											<p class="site-title"><a href="/" rel="home">Anthony's Italian-American Recipes</a></p>
												<p class="site-description">Italian-American Recipes Just like grandma used to make!</p>
									</div><!-- .site-branding -->
									<button id="menu-toggle" class="menu-toggle">Menu</button>
					<div id="site-header-menu" class="site-header-menu">
													<nav id="site-navigation" class="main-navigation" aria-label="Primary Menu">
								<div class="menu-menu-1-container"><ul id="menu-menu-1" class="primary-menu"><li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="https://spaghettisauceandmeatballs.wordpress.com/">Home</a></li>
<li id="menu-item-3368" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3368"><a href="recipes/">Italian Recipes Menu</a></li>
<li id="menu-item-1828" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1828"><a href="sauce-talk/">Sauce Talk</a></li>
<li id="menu-item-24" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-24"><a href="my-italian-grandma/">My Italian Grandma</a></li>
<li id="menu-item-2153" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2153"><a href="about/">About This Website</a></li>
<li id="menu-item-423" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-423"><a href="contact/">Contact</a></li>
<li id="menu-item-23" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-23"><a href="about/">Extra Stuff</a>
<ul class="sub-menu">
	<li id="menu-item-2247" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2247"><a href="anthonys-list-of-amazing-food-blogs/">Anthony’s List Of Amazing Food Blogs</a></li>
	<li id="menu-item-2229" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2229"><a href="anthonys-pasta-cooking-and-leftover-tips/">Anthony’s Pasta Cooking and Leftover Tips</a></li>
	<li id="menu-item-1035" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1035"><a href="feast-of-the-seven-fishes-menu/">Feast of The Seven Fishes Menu</a></li>
	<li id="menu-item-2152" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2152"><a href="growing-up-italian-in-america/">Growing Up Italian In America</a></li>
	<li id="menu-item-2556" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2556"><a href="italian-recipe-visitors-photos/">Italian Recipe Visitors Photos</a></li>
</ul>
</li>
</ul></div>							</nav><!-- .main-navigation -->
											</div><!-- .site-header-menu -->
							</div><!-- .site-header-main -->
											<div class="header-image">
					<a href="/" rel="home">
						<img src="2022/07/cropped-top-banner-spaghetti-sauce-and-meatballs.png" srcset="" sizes="" width="1200" height="280" alt="Anthony's Italian-American Recipes">
					</a>
				</div><!-- .header-image -->
					</header><!-- .site-header -->
		<div id="content" class="site-content">
<div id="primary" class="content-area">
	<main id="main" class="site-main">
<article id="post-61" class="post-61 page type-page status-publish hentry">
	<header class="entry-header">
		<h1 class="entry-title">Pasta Sauce, Meatballs, Sausage and Braciole&nbsp;Recipe</h1>	</header><!-- .entry-header -->
	<div class="entry-content">
<h2 class="wp-block-heading"><span style="color:#9c0505;">Making The Sunday Sauce!&nbsp;Spaghetti sauce with&nbsp;Meatballs, Sausage, Pork Chops and Braciole!!!</span></h2>
<p><span style="color:#246822;">How to make the best spaghetti sauce ever! Family recipe details on how to prepare the sausage, meatballs and braciole and how to make the Sunday sauce!</span></p>
<p><strong>Prep time:</strong> Approx. 1 - 2 hrs. (Depends if you’re making all the meats, could be longer)<br><strong>Cook time:</strong> 3 - 4 hrs.<br><strong>Yield:</strong> 1 Pot of sauce with pork chops, sausage and meatballs. (10 - 12 servings)</p>
<h3 class="wp-block-heading">&nbsp;<span style="color:#9c0505;">* Please read this recipe carefully all the way through a few times before attempting to make it. It will take a little courage, planning and a lot of love! Also, just to settle any arguments, yes, my grandmother called the pasta sauce &#8220;Gravy&#8221;. Pass the gravy!</span></h3>
<p><em>* Scroll to bottom of this page for recipe videos and photo gallery.<br>* <a href="pasta-sauce-photos-step-by-step-details/">Step-by-step recipe photos with commentary</a>.</em></p>
<h2 class="wp-block-heading"><span style="color:#246822;">Pasta Sauce Ingredients:</span></h2>
<ul><li><strong>Oregano</strong> - Sweet Basil - 2 bay leafs - Garlic powder - Salt/Pepper</li><li><strong>Fresh parsley</strong> (This is Important!! It MUST be fresh parsley!)</li><li><strong>1 vedalia onion</strong> (Not too large but bigger than medium)</li><li><strong>5 cloves of garlic</strong> (Must be fresh chopped)</li><li><strong>Cajun seasoning</strong> (Just a dash. I recommend Tony’s Chachere’s. Is this Italian? No, but it does add a nice kick to the sauce. You can also add crushed red pepper flakes if you want some extra heat.)</li><li><strong>Olive oil</strong> (Recommend &#8220;Filippo BERIO Olive Oil&#8221; imported from Italy)</li><li><strong>2 tbsp. sugar</strong> (You’re going to add this later on during the cooking)</li><li><strong>(5) 15 oz. cans of tomato sauce or puree</strong></li><li><strong>(2) 6 oz. cans of tomato paste</strong></li><li><strong>(2) 14.5 oz. cans of diced tomatoes</strong></li><li><strong>(1) 14.5 oz. cans of petite diced tomatoes</strong> (I recommend Hunts or San Marzano’s from Cento if you can get them. Hunts is what my grandmother used.)</li><li><strong>Red wine</strong> (I recommend Villa Pozzi)</li><li><strong>2 pork chops</strong> (Average size, thin and with the bone. This comes into the recipe when you start making the Meatballs.</li><li><strong>1 Package of mild Italian Sausage</strong> (I recommend mild Johnsonville Sausage)</li><li><strong>A large stainless steel sauce pan at least 10&#8243; diameter and 12&#8243; deep</strong> (Make sure you have a quality pot, cheap pots have a very thin bottom which tends to burn whatever it is you are cooking. A good quality pot has a very thick bottom. This is much better for slow cooking. Do not use an aluminum pot! What I use and recommend is this <a href="https://www.amazon.com/Farberware-Classic-Stainless-12-Quart-Stockpot/dp/B00004RFK7" target="_blank" rel="noopener">12 Quart Farberware Classic Series Stainless-Steel Stockpot</a>)</li><li><strong>Water</strong> (you will be adding approximately 49.5 oz. of water along the way during the cooking process. This is an important step so pay attention.)<br><span style="color:#1919b0;">Blue text indicates the addition of water. Don’t worry, it will evaporate out.</span><br><strong>Note:</strong> Ingredients for Meatballs and Braciole are farther down this page and will be revealed as you read through the recipe.</li></ul>
<h2 class="wp-block-heading"><span style="color:#246822;">See below for VERY detailed recipe instructions.<br><a href="anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/spaghetti-sauce-and-meatballs-plate/"><img loading="lazy" data-attachment-id="2211" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/spaghetti-sauce-and-meatballs-plate/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/spaghetti-sauce-and-meatballs-plate.jpg" data-orig-size="650,374" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;KODAK DX4330 DIGITAL CAMERA&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1129401621&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;8&quot;,&quot;iso&quot;:&quot;140&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="Spaghetti Sauce and Meatballs plate" data-image-description="" data-image-caption="<p>This is it! You  worked all day in the kitchen and this is your reward! This is the sauce I grew up with and is exactly how my grandmother made it! We also called this the Sunday Gravy with all the meats! I also make this with Italian sausage and braciole! Click he link below for detailed step by step recipe!</p>
" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/spaghetti-sauce-and-meatballs-plate.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/spaghetti-sauce-and-meatballs-plate.jpg?w=650" width="650" height="374" class="alignnone wp-image-2211 size-full" style="border:1px solid #a50505;" src="2015/06/spaghetti-sauce-and-meatballs-plate.jpg" alt="Spaghetti Sauce and Meatballs plate" srcset="2015/06/spaghetti-sauce-and-meatballs-plate.jpg 650w, 2015/06/spaghetti-sauce-and-meatballs-plate_w-150-h-86.jpg 150w, 2015/06/spaghetti-sauce-and-meatballs-plate_w-300-h-173.jpg 300w" sizes="(max-width: 650px) 85vw, 650px"></a></span><br><span style="color:#246822;"><span style="color:#246822;">Directions:</span></span></h2>
<p><span style="color:#9c0505;">* This Pasta Sauce page is dedicated to my Dad, who always wanted to know how to make his Mother-In-Law’s sauce and to my Grandmother who taught me how to pour a lot of love into the cooking!</span></p>
<p><span style="color:#993300;"><br><span style="color:#660033;">First</span></span><br>Put enough olive oil in the pot to just barely cover the bottom. You want to have enough oil where the garlic can soak a little bit.</p>
<p><strong>Note:</strong> Make sure you have started the &#8220;<a href="2015/06/al_caiola-his_guitar_and_his_orchestra_-_italian_gold_48.mp3" target="_blank" rel="noopener">Italian background music</a>&#8220;, it will help get you in the mood for cooking like Grandma. You can also play this video of my Uncle Johnny on the accordion: <a href="https://youtu.be/MbFkXlarC3w" target="_blank" rel="noopener">That’s Amore - Italian Pop Songs!</a>&nbsp;I also recommend <a href="https://youtu.be/s5_l80t5KQ0" target="_blank" rel="noopener">Sicilian Music Part 1 </a>for a wonderful soundtrack to accompany reading the recipes. These links will open a new tab so you can come back to this page while the music plays. Trust me, it helps with reading through the recipe.</p>
<p><span style="color:#660033;">Next</span><br>Chop up (3) large cloves of garlic as fine as you can. <span style="color:#246822;">It’s better to do this manually with a knife and your fingers in lieu of using a garlic chopper or garlic press. This way, you will have that nice Italian Grandmother smell. If you do not have an Italian Grandmother, trust me, their fingers always smell like garlic 😉</span></p>
<p><span style="color:#660033;">Next</span><br>Add the garlic to the oil. <span style="color:#246822;">Do not heat the pan up yet, just let the garlic sit there and bathe in the olive oil for a bit. This will help get the garlic flavor into the oil. You listenin’? These are Grandma cooking secrets&#8230; it’s important stuff!</span></p>
<p><span style="color:#660033;">Next</span><br>While the garlic is bathing in the olive oil, chop up (1) large Vedalia onion as fine as you can.</p>
<p><span style="color:#660033;">Next</span><br>Heat the oil and garlic - medium heat. Heat until you see little bubbles around the garlic. <span style="color:#660033;">(DO NOT OVER COOK THE GARLIC)</span> When you see the little bubbles around the garlic add the chopped up onions and lower the heat to medium low. <span style="color:#246822;">Be sure to do this as soon as you see the little bubbles around the edges of the garlic.</span></p>
<p><span style="color:#660033;">Next</span><br>Simmer at low heat, the oil, garlic and onions for about 5 minutes. While the onion, garlic and oil are simmering add 1 tsp. oregano, 1/2 tsp. sweet basil, a dash of salt and pepper and mix well.</p>
<p><span style="color:#660033;">Next</span><br>Spoon in (1) 6 oz. can of tomato paste. <span style="color:#1919b0;">Fill this 6 oz. tomato paste can with water, stir with a spoon&nbsp;until you&nbsp;get all the paste off the inside of the can then&nbsp;add it to the pot.</span> Turn the heat back up to medium. Mix well until paste is liquefied and mixed well with the garlic and onions. Simmer for about 4 minutes. <strong>(Be sure to stir the sauce constantly for these 4 minutes) </strong>I call this Italian Roux. At this point you should add a touch of salt, black pepper and 1/2 tsp. of Oregano.</p>
<p><span style="color:#660033;">Next</span><br>Add (2) 14.5 oz. cans of diced tomatoes and (1) 14.5 oz. can of petite tomatoes. Mix well and simmer for 10 more minutes. Stir every couple of minutes. <span style="color:#246822;">While simmering add 1 tsp. oregano (yes, again), 1/2 tsp. sweet basil, 1-1/2 tsp. fresh chopped parsley, just a dash of cajun seasoning, 1/2 tsp. garlic powder and a dash of course black pepper. Also, this is a good time to turn up the music and start drinking some red wine 😉</span></p>
<p><span style="color:#660033;">Next</span><br>Add the second 6 oz. tomato paste. <span style="color:#1919b0;">Fill this 6 oz. tomato paste can with water, stir it up good to get all the paste off the inside of the can and add it to the pot.</span> Mix well and heat for another 15 minutes or so. At this point you should add a little salt and pepper. The heat should be set to medium heat, the sauce should not be boiling, if boiling turn down heat just a little. Also be sure to stir sauce every minute or so, you don’t want anything sticking to the bottom of the pan in this part of the sauce making process. Make sure the paste is mixed in well. When you add the tomato paste at this point, it’s going to clump together, get a wooden spoon and squeeze the paste up against the side of the pan to mix the paste in well with the sauce.</p>
<p><span style="color:#660033;">Next</span><br>Add (5) 15 oz. cans of tomato sauce or puree (&#8220;Hunts&#8221;). Mix well. <span style="color:#1919b0;">Fill all (5) of these cans 1/2 full of water, stir it up good to get all the sauce off the inside of the cans, then add this to the sauce.</span> Mix the sauce again. Now Add 1 tsp. oregano (yes, again), <strong>Important note</strong> about adding oregano and sweet basil, when adding this to the sauce, pour the herbs in the palm or your hand and with your other hand rub hard to grind up the seasoning, this brings out the flavor a little more. Also add 1 tsp. fresh parsley, 1 tsp. sweet basil and 1/4 tsp. garlic powder. Mix well. Keep at medium heat. Be sure the sauce is not at a rapid boil. A little boiling is OK but not too much. Heat should be at medium or lower. You want to keep the medium heat on the sauce while you make the Meatballs.</p>
<p>*Do not cover the pot at any time during cooking. You want the water to evaporate so the sauce gets nice and thick.</p>
<p><span style="color:#1919b0;">OK, if you have been doing the math, you should have added by now a grand total of approximately 49.5 oz. of water. Actually this does not have to be exact, can be more or less. Adding the water helps you cook the sauce longer so you can better cook the meat.</span> You will be cooking the sauce for 3 - 4 hours, this added water helps with the slow cooking.</p>
<h3 class="wp-block-heading"><span style="color:#9c0505;">*** Don’t forget to keep stirring the sauce every 3 minutes or so while you’re making the Meat Balls ~ This is Important!</span></h3>
<p><span style="color:#993300;"><span style="color:#660033;">Next</span></span><br>Add 1/3 cup red wine and mix well. <strong>This is an important step!</strong> Let simmer (almost boiling) for about 15 minutes. Stirring occasionally.</p>
<p>At this point in your culinary adventure you will want to drop in (2) Bay Leafs, mix this sauce well after dropping in the bay leafs. <span style="color:#246822;">To add a little fun you may want to toss the bay leafs over your back and see if you can make it into the pot 😉<br></span><br>OK, you’re doing great! Now wipe the sweat of your forehead and lets get those meatballs going before the sauce burns&#8230;.!</p>
<p>Just let the sauce simmer (not boiling) while you’re preparing the meatballs. It could take you about 1/2 hour to finish the Meatballs.</p>
<h3 class="wp-block-heading"><span style="color:#9c0505;">*** Important Note: About 10 minutes before you put the Meatballs into the sauce you will need to add (2) tbsp’s of sugar. Sprinkle this in slowly while you’re stirring the sauce. Mix the sauce well after adding the sugar.</span></h3>
<p>OK - just let it cook some more&#8230; Well&#8230;? Start making those Balls!</p>
<h2 class="wp-block-heading"><span style="color:#660033;">Anthony’s Meatballs and Pork Chops</span></h2>
<h3 class="wp-block-heading"><span style="color:#9c0505;">An extremely important part of this recipe for overall flavor, adds a lot to the sauce, really!!!&#8230; You must make the Meatballs!! ~ This is Important! Chops are optional.)</span></h3>
<p>OK, look, it’s just not sauce without the meatballs, so make the meatballs.</p>
<p><strong>Oh, wait&#8230;..</strong> Did I forget to tell you my Family’s recipe for Braciole, you know, that steak with bread crumb type filling all rolled up and held together with toothpicks or string&#8230; The string around the meat we call Italian dental floss 🙂 <span style="color:#246822;">It’s excellent addition to the sauce recipe. It makes the sauce taste even better! It’s a good!! ~ The Braciole recipe is towards the bottom of this page if you want to add it to the pot!</span></p>
<p><strong>Important Note:</strong> If you are going to make the Braciole (not a requirement - but an enhancement to the sauce) this is where you would make it and add it to the sauce. You should make the Braciole before the Pork Chops and Meatballs. The meat for the Braciole needs to cook in the sauce longer than the Balls and Chops. <strong>**Very Important Note:</strong> You will want to make the Braciole and brown it in a pan as noted in the Braciole recipe toward the bottom of this page. You should also put the Braciole in the sauce right from the pan and you should place them in the sauce before you make the meatballs. This way your Braciole is cooking while you’re preparing the meatballs.</p>
<h3 class="wp-block-heading"><span style="color:#246822;">OK&#8230; Back to the Chops and Balls!</span></h3>
<p><strong><br>Very Important Tip:</strong> When frying the Meat Balls and Pork Chops you MUST have a very good Non-Stick pan. Believe me, this helps! However, keep in mind, if you use a non-stick pan you will ruin it over time because you need very high heat on the pan to brown the meats and non-stick pans do not like high heat. What I recommend is a well seasoned iron skillet. (It’s what grandma used!) The best for browning the meatballs, pork chops, sausage and Braciole! Check out this very helpful <a href="http://whatscookingamerica.net/Information/CastIronPans.htm" target="_blank" rel="noopener">Irreplaceable Cast Iron Pans page</a>. A lot of good tips on how to care for your cast iron skillets.</p>
<p><strong>Important Note:</strong> Before you make the Meat Balls you need to add the Pork Chops to the Mix&#8230;. Remember as I said in the beginning of the recipe; &#8220;(2) Pork Chops (Average size thin with bone) This comes into the recipe when you start making the Meatballs&#8221; hey.. Here we are :-))</p>
<p><strong>Pork Chops:</strong> Add a little olive oil to the pan. Take the (2) thin Pork Chops and fry them in a pan. Cook on high heat for about 2 to 3 minutes on each side, enough to sear and brown the chops on both sides. Add the chops to the sauce and stir. You want them to cook in the sauce while you’re making the Meatballs. ~ Now you can move onto the Meatballs&#8230;</p>
<p><span style="color:#660033;">OK, Here is the stuff you will need for the Meatballs:</span> (Yields approximately 12 to 14 balls. )</p>
<h2 class="wp-block-heading"><span style="color:#246822;">Meatball Ingredients:</span></h2>
<ul><li><strong>1 lb. Ground Chuck (80/20) </strong>- (This means with 20% fat, you want at least 20% fat. Do not use lean meat for the balls!)</li><li><strong>1 egg</strong></li><li><strong>1-1/2 slices of dark wheat bread with crust</strong> (Soak in water and squeeze out water)</li><li><strong>A little less than 1/4 cup bread crumbs </strong>(Progresso Italian style)</li><li><strong>1/4 cup fresh finely chopped parsley</strong></li><li><strong>1/4 cup Parmesan cheese </strong>(Parmigiano-Reggiano)</li><li><strong>3 cloves finely chopped fresh garlic</strong></li><li><strong>1/4 tsp. garlic powder</strong></li><li><strong>A dash of coarse black pepper and Salt (more pepper than salt)</strong></li><li><strong>A couple splashes of red wine </strong>(I recommend Villa Pozzi)</li><li><strong>1/2 tsp. sweet basil</strong></li><li><strong>1 to 1-1/2 cup chopped salt pork also called fatback</strong> (&#8230;not in the meatballs, just used for browning the them)</li></ul>
<p><strong>Important note about the Salt Pork!</strong> The salt pork is an extremely important part of the entire sauce and is a must when browning all the meats. When you brown your meatballs, you must fry up some salt pork first so you can have a good amount of salt pork grease in the pan to brown the meatballs in. It also makes your cast iron pan nice and slippery so the meatballs don’t stick. You will use these tasty pieces of fried salt pork later on with the Braciole! You will need to use about 1 to 1-1/2 cups of chopped salt pork. You want to produce enough salt pork grease to cover the bottom of the pan. <a href="https://spaghettisauceandmeatballs.wordpress.com/how-to-use-the-salt-pork-with-the-meatballs/">Here is the method for this deep dark Italian grandma secret!</a></p>
<p><strong>Secret grandma tip:</strong> Be sure to chop up the salt pork into 1/2&#8243; pieces. Keep the grease in the pan and put the small fried salt pork bits on a paper towel to drain.</p>
<p><strong>Note:</strong> I do not recommend making the meatballs the night before. They are best when made fresh, browned and put in the sauce immediately after browning. I’ve tried preparing the meatballs the night before and have not been happy with the results.</p>
<h3 class="wp-block-heading"><span style="color:#9c0505;">Don’t forget to keep stirring the sauce every 3 minutes or so while you’re making the meatballs, and make sure it’s not boiling. Ideally, you want the sauce at a point where it’s almost boiling. You’ll have to check the temperature often.</span></h3>
<h3 class="wp-block-heading"><span style="color:#246822;">OK, are you ready? Here we go&#8230;.</span><br><span style="color:#246822;"> Making the meatball mix! Hang in there, we’re almost done..</span></h3>
<p><span style="color:#660033;"><br>Next</span><br>Get a big bowl and put the 1 lb. of ground chuck in it. <span style="color:#246822;">It’s very important to have 1 lb. of ground chuck and not more or less. This recipe works best with 1 lb. of ground chuck. If you want more meatballs, just double the meatballs recipe.</span></p>
<p><span style="color:#660033;">Next</span><br>Chop up 1/4 cup of fresh Parsley as fine as you can. <span style="color:#246822;">Fresh parsley is extremely important, the dried up stuff in a bottle is not parsley, it’s just green stuff they find on the ground at factories. Add the parsley to the bowl. Don’t mix anything yet. You’re going to add all this stuff and mix when your done.</span></p>
<p><span style="color:#660033;">Next</span><br>Add (1) Egg to bowl.</p>
<p><span style="color:#660033;">Next</span><br>Chop up (2) large or (3) small cloves of garlic as fine as you possibly can and add to bowl.</p>
<p><span style="color:#660033;">Next</span><br>Add 1/3 cup of Parmesan Cheese to the bowl.</p>
<p><span style="color:#660033;">Next</span><br>Take your (1) slice of dark wheat bread and rub it under the faucet and get it soaking wet. Then squeeze as much of the water as you can out of the bread. The bread should be a gooey consistency. What I call meatball glue, this is very important. Break the bread up into the bowl. At this point you need to also add about about 1/4 cup of bread crumbs.</p>
<p><span style="color:#660033;">Next</span><br>Add coarse black pepper, salt, 1/4 tsp. garlic powder, a splash of red wine and about 1 tsp. of sweet basil.</p>
<h3 class="wp-block-heading"><span style="color:#246822;">OK, Lets get your hands dirty.</span></h3>
<p>Mix all the ingredients in the bowl well. You will need to work the meat for about 3 minutes until you end up with a big relatively firm ball. You are shooting for the consistency of play dough. If the meatball mixture is still wet you might need to add just a little bit more bread crumbs, but not too much. however it’s OK for the balls to be a little wet, you just don’t want the meatball mixture wet to the point of being mushy. Only way I can explain it. You also don’t want the meatballs too dry either. You have to make these just right. It will take practice.</p>
<p><span style="color:#660033;">Next</span><br><strong>VERY IMPORTANT STEP!</strong> Chop up the salt pork into 1/2&#8243; small bits and fry it up in the cast iron skillet so you get enough salt pork grease to fill the bottom of the pan. Then take your meatball mix and make 1-1/2&#8243; to 2&#8243; balls. Roll them around in your hand and try to make them as firm as possible. You might want to start out with 1-1/2&#8243; balls the first time you make them. 1-1/2&#8243; balls are easier to handle. <span style="color:#246822;">What I mean&#8230; is they don’t fall apart as easy. Also what I use is two flat wooden spoons to roll the balls around while browning. Important note: The meatballs will not be perfectly round when your done searing them, you may have some odd shape balls, but don’t worry about it, you’re more concerned about the taste.</span></p>
<p><span style="color:#660033;">Next</span><br>Get the pan very hot, heat should be on medium high to high, you will probably add a lot of smoke to your house at this point, if you are not getting a LOT of smoke from the browning meatballs, you don’t have the heat high enough. I usually open the windows and put a fan in the window for this part. It can get that smoky! You want to sear the meat to a dark brown. Be careful with the balls at first, you don’t want them to fall apart. They should be cooked to a point where you can roll them around the pan and have them appear to be firm.</p>
<p><strong>*** Important Note:</strong> Did you put the (2) tbsp’s of sugar into the sauce like you where directed just prior to making the Meatballs? If not, do it now! This is an important step.</p>
<p><span style="color:#660033;">Next</span><br>When the meatballs appear to be seared well and firm take them right from the frying pan into the sauce. Grease is an important ingredient to the flavor of the sauce. Especially salt pork grease! (If you’re worried about cholesterol and fat then don’t eat Italian food.</p>
<p><strong><span style="color:#246822;">OK, Stay with me now&#8230;</span></strong></p>
<p><strong>Sausage!!!</strong> Did I mention the sausage yet? This is not a must, but definitely adds flavor to the sauce! If you want to add sausage to the sauce, click here for a quick video I made of the process. It will help you! You need to boil them, then brown them before adding to the sauce. If you choose not to add the sausage, I do recommend throwing in about 1/2 tsp. of Fennel Seeds. But really, you should add the sausage. You should add the sausage when you add the meatballs. Note: As a standard, I always make the meatballs and the sausage when making the sauce, leaving the pork chops and Braciole as options if I have the extra time.</p>
<p><strong>*** Now that you have added the meats to the sauce, you will not need to stir the sauce as much ~ This is Important! &nbsp;</strong>From this point on when you stir the sauce, stir gently, remember that you now have precious meats in the sauce and you don’t want to break them up when their cooking in the sauce. Be nice to the meat! When you stir from this point on, you will push a wooden spoon down the sides of the pot to the bottom then slowly stir towards the center. You don’t want to just dive your spoon into the middle of the pot, you can break up the meats that way.</p>
<p><span style="color:#660033;">Next</span><br>Now you should have your chops and the balls (and the Braciole and sausage, if you’re making it) in the sauce and the heat should be at medium low, a little boiling is OK. <strong>Important Note:</strong> At this point it is important to make sure the sauce is not boiling to much, just a very low boil, a little bubbles here and there. Now let the sauce simmer with all the meats on medium or lower heat uncovered for about 30 min. Gently stirring occasionally. (Remember, You will not be covering the pot at any time during cooking).</p>
<p>OK, now taste the sauce&#8230; Oh that’s a good!!!! <strong>Important Tip:</strong> This is where you would add more spices to your liking. Sometimes at this point, I might add a little bit more basil, oregano, garlic powder, salt and pepper. But you taste it and see for yourself. It may be just right at this point in regards to taste, but your not done cooking it yet!!!</p>
<p>Now simmer on low-med heat for another 2 to 3 hours or so uncovered. The timing on this varies. What you want to avoid is having a watery sauce, so cook it long enough for the sauce to get thick and all the meats to get tender. The more you cook the more tender the meat gets anyway. Be sure to stir occasionally during this entire time, a little boiling is OK. Occasionally = every 5 - 10 minutes ~ this is REALLY important! Be sure to check for grease/oil puddles each time before you stir and remove all you can. When you get to the third hour of cooking the sauce, you must be even more careful with your stirring because now the meats will be tender.<br>Important note: If you are not getting puddles of grease on top of the sauce after 2 hour of simmering, you may need to have longer periods of time between stirring. Sometimes you have to let the sauce simmer for a good 15 min. or so without stirring to get some of the grease to rise to the top so you can spoon it off. <strong>This is a very important step!</strong> You should end up removing 1 to 2 cups of grease from the sauce.</p>
<p><strong>Important tip:</strong> How do you remove the puddles of grease/oil from the sauce? Great question, glad you asked! <span style="color:#246822;">To remove the grease/oil from the sauce you must do the following. Press a tablespoon into the sauce bottom side of the spoon dipping into the sauce until the lip of the spoon just enters the grease puddle. The grease will then pour into he spoon. Then you pour that spoon full of grease into a coffee mug and take some more grease out until there is no more grease puddle. Then you carefully stir the sauce again and let it simmer some more. You will keep doing this through the entire cooking process.</span></p>
<p><strong>The sauce is done when it is the consistency of apple sauce. Only way I can explain it. For me, the sauce is usually done when it’s been cooking for about 3 to 3-1/2 hours after I have put the meats in the sauce.</strong></p>
<h2 class="wp-block-heading"><span style="color:#246822;">That’s it you’re done&#8230;&#8230;.. Easy as Pie</span>.</h2>
<p><strong>* See below for the Braciole recipe if you are going to add that to the pot.</strong></p>
<p>Here is another little tip, after cooking this lovely sauce for about an hour or so, I always take out one meatball and a sausage. Put it on a small plate, pour some sauce over it and sample them. YUM!!!</p>
<p><strong>Tip:</strong> The sauce gets a much better flavor if you finish your sauce a couple hours before your going to eat. When you finish the sauce, just turn off the burner and let it sit on the stove covered. Let the sauce sit for about 1 to 2 hours. When you’re ready to eat, just heat the sauce back up again for about 10 - 20 min. or so, just to get it hot, then serve. The sauce is also very good if you finish the sauce the night before. Put the entire pot in the fridge and then heat up the next day before your dinner. If you do this, you will want to take the pot out of the fridge and let it sit for an hour to get to room temperature and then you will have to heat it up for about 30 to 45 minutes to get the sauce warm and the meats warm for serving.</p>
<p>When you’re ready to serve, take out the Meatballs, Pork Chops and/or Braciole and sausage and put them into a nice bowl to serve out of. Make sure you carefully remove all the string from the Braciole before serving. You will need a nice pair of sharp scissors fro this.</p>
<p>Also, you should put a nice large serving bowl of sauce on the table for people to add to their plate after they have scooped up everything they want on their plate. You’ve worked hard on the sauce and you want them to enjoy it.</p>
<h2 class="wp-block-heading"><span style="color:#660033;">Anthony’s Braciole (Bra-Zshole)</span></h2>
<p>Yet another important part (but not a requirement) of this recipe for overall flavor, adds a lot to the sauce.</p>
<p><strong>* I only make the Braciole on very special occasions like birthdays and Christmas. My standard sauce is usually made with just the pork chops, meatballs and sausage as spelled out above.</strong></p>
<p><strong>Note:</strong> If you are going to make the Braciole along with all the other meats, I recommend adding 1 cup of water to the sauce, above and beyond the water mentioned above.</p>
<h2 class="wp-block-heading"><span style="color:#246822;">Braciole Ingredients:</span></h2>
<ul><li><strong>1-1/2 lbs &#8220;Round Steak&#8221; or &#8220;London Broil&#8221;</strong> (sliced pretty thin, about 1/4&#8243;)</li><li><strong>1/4 lb. of Prosciutto or Mortadella</strong> (Sliced extremely thin, almost falling apart thin. You must stress this point to the person slicing!)</li><li><strong>1/2 to 3/4 cup bread crumbs</strong> (preferably &#8220;Progresso&#8221;)</li><li><strong>1/2 to 3/4 fresh parsley</strong></li><li><strong>1/4 to 1/2 cup Parmesan cheese</strong> (fresh grated recommended)</li><li><strong>3 cloves fresh garlic</strong></li><li><strong>Salt Pork Crunchy Bits</strong> (Secret ingredient)</li><li><strong>Coarse Black Pepper and Salt</strong></li><li><strong>Olive oil</strong> (Just a little bit that you will rub on the meat)</li></ul>
<p>A quick note about the salt pork tasty fried crunchy bits. (When you were frying up the salt pork pieces for the meatballs you should have put them on a paper towel to drain. You can use these tasty bits to add to the Braciole. Be sure to chop them up into smaller pieces.)</p>
<p><strong>Very Important Tip:</strong> When frying the Braciole I recommend a well seasoned cast iron pan and browning the Braciole in salt pork grease similar to the meatballs. Note: I also highly recommend doing this the night before. Roll the Braciole as spelled out below, then brown in salt pork grease, then put on plate, cover with plastic wrap and put in refrigerator to use the next day with the sauce. Then on the next day when you are making the sauce, you will fry them up in a pan again, this time just with some cooking spray in the pan, don’t use the salt pork again. Brown them enough to get hot again and then drop them into the sauce before you put the meatballs in.</p>
<p><span style="color:#660033;">First</span><br>When you go to your local grocery store to get the &#8220;Round Steak&#8221; or &#8220;London Broil&#8221; (they are basically the same thing) you will need to ask the butcher to slice the meat up into 1/4&#8243; thin pieces. (You will pound these out to be about 1/8&#8243; thick)</p>
<p>Take the meat slices and lay them out on wax paper. Now pound the heck out of them, you need a meat pounder for this part. You might want to make sure there are no babies sleeping while you do this. The pieces will end up larger when you’re done pounding and you may have to cut them in half and do some trimming.</p>
<p>You want to have pieces that are approximately 8&#8243;x4&#8243; and relatively rectangular in shape, sometimes when they slice the meat you may get some slices that come to a point, you will have to cut those ends off, it becomes a problem when you start to roll the meat up if one edge is a lot smaller than the other. <span style="color:#246822;">(Did that make sense to you?? When I get time I might add some pictures to help aid you through this whole sauce making process)</span></p>
<p>Anyway, now that you have your 8&#8243;x4&#8243; rectangular slices of meat sitting on your counter, staring at you, waiting for some Italian influence&#8230; You want to first add an extremely thin slice of Prosciutto or Mortadella. Just lay the slice right on top of the meat. Then chop up some fresh parsley, about 1/4 to 1/2 cup, grate some fresh Parmesan cheese, about 1/4 cup, and chop up 3 cloves of garlic as fine as you can.</p>
<p><span style="color:#660033;">Next</span><br>Sprinkle on the meat, finely chopped fresh garlic (spread out the garlic with your fingers and try to press the garlic into the meat), some bread crumbs, fresh parsley and fresh Parmesan cheese, then add a dash of salt and coarse black pepper. Make sure it’s evenly spread out on the meat. (I sometimes throw in a little basil as well)</p>
<h3 class="wp-block-heading"><span style="color:#246822;">OK, now you’re ready to roll up the meat&#8230;</span></h3>
<p>Roll up the meat as tight as you can and tie it up with some very strong nylon thread (we call this Italian dental floss). You will need about three pieces of string for each piece of Braciole. You have to be patient. This part can take a while. You want to tie it well enough to hold it all together. Make sure to leave long pieces of string hanging off the knot you make so you can find the string after cooking it. If you don’t have strong thread, it will fall apart during the searing process. You can also use cooking string, (also called butchers twine) to roll up your Braciole. This is a lot easier to work with but would not fall under the category of Italian dental floss 😉</p>
<p>OK, now that you have all your meat rolled up, tied up and ready to go, let’s put the meat in the very hot pan. You want to brown/seer the meat and then put them in the sauce. Please be gentle stirring the sauce from this point on. You should try to get these into the sauce just prior to putting in the meatballs.</p>
<p>This recipe should yield approximately 5 to 8 Bracioles. Depends and the final size of your pieces of meat.</p>
<p>This part of the recipe will take practice. You will have to make the Braciole several times before you get it just right. You’ll have to play around with the amount of ingredients to add to the meat and the size of the roll. You don’t want the rolls too thick or you will have to cook you’re sauce longer.</p>
<p>Now make your favorite Pasta and Mangiarlo tutto!!! (Eat it all)</p>
<p>May I suggest a nice Italian Red Wine to go with this wonderful meal? Yes? Ok, this is the best red wine I’ve ever had and is my absolute favorite! <strong>Villa Pozzi Nero D’Avola Sicilia Cabernet Sauvignon.</strong> A wonderful red wine from Sicily, Italy! You can get this wine and a review <a href="http://www.wine-searcher.com/wine-46114-0001-villa-pozzi-nero-d-avola-terre-siciliane-igp-sicily-italy" target="_blank" rel="noopener">here</a>.</p>
<p>May I suggest listening to some good Italian music while you’re cooking? It really helps you get in the mood for good Italian food! I recommend: <a href="https://www.amazon.com/gp/product/B00004D3BG" target="_blank" rel="noopener">Italian Gold: Treasured Collection</a>. My grandmother had the vinyl version of this.</p>
<h3 class="wp-block-heading"><span style="color:#9c0505;">*** This is my family’s recipe which has been passed down through generations. Special credits go to my Grandma: Anna Salerno, my Sicilian Mother in-law: Rose DeSiato and my mother: Raffaele! I’ve watched them all VERY closely when they made their sauce on many occasions, so this recipe is a culmination of spaghetti sauce styles from all of them and my own special minor revisions.<br></span></h3>
<p>I made a separate page that covers some extra details in regards to the order in which I brown the meatballs and braciole that may help. Check it out <a href="browning-the-meatballs-and-braciole/">here</a>.</p>
<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>
<h2 class="wp-block-heading"><span style="color:#660033;">How to Make Spaghetti Sauce & Meatballs Videos</span><br><span style="color:#246822;">(2 part video series play list)</span></h2>
<p class="has-text-align-center">Below is a play list that will automatically play both parts. Enjoy!</p>
<div class="jetpack-video-wrapper"><span class="embed-youtube" style="text-align:center; display: block;"><iframe class="youtube-player" width="840" height="473" src="https://www.youtube.com/embed/ZwkaIqy60W4?version=3&amp;rel=1&amp;showsearch=0&amp;showinfo=1&amp;iv_load_policy=1&amp;fs=1&amp;hl=en&amp;autohide=2&amp;wmode=transparent&amp;listType=playlist&amp;list=PLcbYZ1NNiYBNkoSXcJEwxERbAfHCkjBtS" allowfullscreen="true" style="border:0;" sandbox="allow-scripts allow-same-origin allow-popups allow-presentation"></iframe></span></div>
<h2 class="wp-block-heading"><span style="color:#660033;">Preparing The Italian Sausage Before Adding To The Pot</span></h2>
<div class="jetpack-video-wrapper"><span class="embed-youtube" style="text-align:center; display: block;"><iframe class="youtube-player" width="840" height="473" src="https://www.youtube.com/embed/j9cEzIfy0fY?version=3&amp;rel=1&amp;showsearch=0&amp;showinfo=1&amp;iv_load_policy=1&amp;fs=1&amp;hl=en&amp;autohide=2&amp;wmode=transparent" allowfullscreen="true" style="border:0;" sandbox="allow-scripts allow-same-origin allow-popups allow-presentation"></iframe></span></div>
<p class="has-text-align-center">&#8230; and if you want to make this pasta sauce for a big party, like 30 people,<br>I’ve tried to cover that with this special video series.</p>
<h2 class="wp-block-heading">Pasta Sauce, Meatballs and Sausage for 30 People video series!</h2>
<p class="has-text-align-center"><strong><a href="https://www.youtube.com/watch?v=Seyq134SFtU&amp;feature=share&amp;list=PLF2D79FF63770DDA6" target="_blank" rel="noopener">Check out this: 4 part video series - total length: 52 minutes</a></strong><br><strong> <a href="https://www.youtube.com/watch?v=Seyq134SFtU&amp;feature=share&amp;list=PLF2D79FF63770DDA6" target="_blank" rel="noopener"> (Two sauce pots at once with Meatballs, Sausage and Pork Chops!)</a></strong></p>
<h2 class="wp-block-heading"><span style="color:#660033;">Pasta Sauce and Meatballs Recipe Photo Gallery</span></h2>
<figure data-carousel-extra="{&quot;blog_id&quot;:92429773,&quot;permalink&quot;:&quot;https:\/\/spaghettisauceandmeatballs.com\/&quot;}" class="wp-block-gallery has-nested-images columns-3 is-cropped wp-block-gallery-1 is-layout-flex">
<figure class="wp-block-image"><img data-attachment-id="220" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/001/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0013.jpg" data-orig-size="700,394" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="001" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0013.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0013.jpg?w=700" data-id="220" src="2015/06/0013.jpg" alt="" class="wp-image-220"/></figure>
<figure class="wp-block-image"><img data-attachment-id="221" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/002/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0023.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="002" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0023.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0023.jpg?w=700" data-id="221" src="2015/06/0023.jpg" alt="" class="wp-image-221"/></figure>
<figure class="wp-block-image"><img data-attachment-id="222" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/003/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0032.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="003" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0032.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0032.jpg?w=700" data-id="222" src="2015/06/0032.jpg" alt="" class="wp-image-222"/></figure>
<figure class="wp-block-image"><img data-attachment-id="223" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/004/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0043.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="004" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0043.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0043.jpg?w=700" data-id="223" src="2015/06/0043.jpg" alt="" class="wp-image-223"/></figure>
<figure class="wp-block-image"><img data-attachment-id="224" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/005/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0053.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="005" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0053.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0053.jpg?w=700" data-id="224" src="2015/06/0053.jpg" alt="" class="wp-image-224"/></figure>
<figure class="wp-block-image"><img data-attachment-id="225" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/010/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0102.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="010" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0102.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0102.jpg?w=700" data-id="225" src="2015/06/0102.jpg" alt="" class="wp-image-225"/></figure>
<figure class="wp-block-image"><img data-attachment-id="226" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/012/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0123.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="012" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0123.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0123.jpg?w=700" data-id="226" src="2015/06/0123.jpg" alt="" class="wp-image-226"/></figure>
<figure class="wp-block-image"><img data-attachment-id="227" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/013/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0133.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="013" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0133.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0133.jpg?w=700" data-id="227" src="2015/06/0133.jpg" alt="" class="wp-image-227"/></figure>
<figure class="wp-block-image"><img data-attachment-id="228" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/016/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0163.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="016" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0163.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0163.jpg?w=700" data-id="228" src="2015/06/0163.jpg" alt="" class="wp-image-228"/></figure>
<figure class="wp-block-image"><img data-attachment-id="229" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/017/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0172.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="017" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0172.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0172.jpg?w=700" data-id="229" src="2015/06/0172.jpg" alt="" class="wp-image-229"/></figure>
<figure class="wp-block-image"><img data-attachment-id="230" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/020/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0203.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="020" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0203.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0203.jpg?w=700" data-id="230" src="2015/06/0203.jpg" alt="" class="wp-image-230"/></figure>
<figure class="wp-block-image"><img data-attachment-id="231" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/024/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0243.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="024" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0243.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0243.jpg?w=700" data-id="231" src="2015/06/0243.jpg" alt="" class="wp-image-231"/></figure>
<figure class="wp-block-image"><img data-attachment-id="232" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/025/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0252.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="025" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0252.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0252.jpg?w=700" data-id="232" src="2015/06/0252.jpg" alt="" class="wp-image-232"/></figure>
<figure class="wp-block-image"><img data-attachment-id="233" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/026/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0262.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="026" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0262.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0262.jpg?w=700" data-id="233" src="2015/06/0262.jpg" alt="" class="wp-image-233"/></figure>
<figure class="wp-block-image"><img data-attachment-id="234" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/027/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0273.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="027" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0273.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0273.jpg?w=700" data-id="234" src="2015/06/0273.jpg" alt="" class="wp-image-234"/></figure>
<figure class="wp-block-image"><img data-attachment-id="235" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/029/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0292.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="029" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0292.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0292.jpg?w=700" data-id="235" src="2015/06/0292.jpg" alt="" class="wp-image-235"/></figure>
<figure class="wp-block-image"><img data-attachment-id="236" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/031/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0312.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="031" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0312.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0312.jpg?w=700" data-id="236" src="2015/06/0312.jpg" alt="" class="wp-image-236"/></figure>
<figure class="wp-block-image"><img data-attachment-id="237" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/032/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0322.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="032" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0322.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0322.jpg?w=700" data-id="237" src="2015/06/0322.jpg" alt="" class="wp-image-237"/></figure>
<figure class="wp-block-image"><img data-attachment-id="238" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/034/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0343.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="034" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0343.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0343.jpg?w=700" data-id="238" src="2015/06/0343.jpg" alt="" class="wp-image-238"/></figure>
<figure class="wp-block-image"><img data-attachment-id="239" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/035/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0352.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="035" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0352.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0352.jpg?w=700" data-id="239" src="2015/06/0352.jpg" alt="" class="wp-image-239"/></figure>
<figure class="wp-block-image"><img data-attachment-id="240" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/036/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0363.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="036" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0363.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0363.jpg?w=700" data-id="240" src="2015/06/0363.jpg" alt="" class="wp-image-240"/></figure>
<figure class="wp-block-image"><img data-attachment-id="241" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/037/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0373.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="037" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0373.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0373.jpg?w=700" data-id="241" src="2015/06/0373.jpg" alt="" class="wp-image-241"/></figure>
<figure class="wp-block-image"><img data-attachment-id="242" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/038/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0382.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="038" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0382.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0382.jpg?w=700" data-id="242" src="2015/06/0382.jpg" alt="" class="wp-image-242"/></figure>
<figure class="wp-block-image"><img data-attachment-id="243" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/041/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0413.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="041" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0413.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0413.jpg?w=700" data-id="243" src="2015/06/0413.jpg" alt="" class="wp-image-243"/></figure>
<figure class="wp-block-image"><img data-attachment-id="244" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/042/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0423.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="042" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0423.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0423.jpg?w=700" data-id="244" src="2015/06/0423.jpg" alt="" class="wp-image-244"/></figure>
<figure class="wp-block-image"><img data-attachment-id="245" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/043/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0433.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="043" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0433.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0433.jpg?w=700" data-id="245" src="2015/06/0433.jpg" alt="" class="wp-image-245"/></figure>
<figure class="wp-block-image"><img data-attachment-id="246" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/044/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0443.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="044" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0443.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0443.jpg?w=700" data-id="246" src="2015/06/0443.jpg" alt="" class="wp-image-246"/></figure>
<figure class="wp-block-image"><img data-attachment-id="247" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/046/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0462.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="046" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0462.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0462.jpg?w=700" data-id="247" src="2015/06/0462.jpg" alt="" class="wp-image-247"/></figure>
<figure class="wp-block-image"><img data-attachment-id="248" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/048/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0483.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="048" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0483.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0483.jpg?w=700" data-id="248" src="2015/06/0483.jpg" alt="" class="wp-image-248"/></figure>
<figure class="wp-block-image"><img data-attachment-id="249" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/049/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0493.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="049" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0493.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0493.jpg?w=700" data-id="249" src="2015/06/0493.jpg" alt="" class="wp-image-249"/></figure>
<figure class="wp-block-image"><img data-attachment-id="250" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/051/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0512.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="051" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0512.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0512.jpg?w=700" data-id="250" src="2015/06/0512.jpg" alt="" class="wp-image-250"/></figure>
<figure class="wp-block-image"><img data-attachment-id="251" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/053/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0533.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="053" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0533.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0533.jpg?w=700" data-id="251" src="2015/06/0533.jpg" alt="" class="wp-image-251"/></figure>
<figure class="wp-block-image"><img data-attachment-id="252" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/056/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0563.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="056" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0563.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0563.jpg?w=700" data-id="252" src="2015/06/0563.jpg" alt="" class="wp-image-252"/></figure>
<figure class="wp-block-image"><img data-attachment-id="253" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/058/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0582.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="058" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0582.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0582.jpg?w=700" data-id="253" src="2015/06/0582.jpg" alt="" class="wp-image-253"/></figure>
<figure class="wp-block-image"><img data-attachment-id="254" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/060/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0602.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="060" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0602.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0602.jpg?w=700" data-id="254" src="2015/06/0602.jpg" alt="" class="wp-image-254"/></figure>
<figure class="wp-block-image"><img data-attachment-id="255" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/061/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0613.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="061" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0613.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0613.jpg?w=700" data-id="255" src="2015/06/0613.jpg" alt="" class="wp-image-255"/></figure>
<figure class="wp-block-image"><img data-attachment-id="256" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/063/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0633.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="063" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0633.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0633.jpg?w=700" data-id="256" src="2015/06/0633.jpg" alt="" class="wp-image-256"/></figure>
<figure class="wp-block-image"><img data-attachment-id="257" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/068/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0683.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="068" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0683.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0683.jpg?w=700" data-id="257" src="2015/06/0683.jpg" alt="" class="wp-image-257"/></figure>
<figure class="wp-block-image"><img data-attachment-id="258" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/070/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0703.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="070" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0703.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0703.jpg?w=700" data-id="258" src="2015/06/0703.jpg" alt="" class="wp-image-258"/></figure>
<figure class="wp-block-image"><img data-attachment-id="259" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/077/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0773.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="077" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0773.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0773.jpg?w=700" data-id="259" src="2015/06/0773.jpg" alt="" class="wp-image-259"/></figure>
<figure class="wp-block-image"><img data-attachment-id="260" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/087/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0873.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="087" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0873.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0873.jpg?w=700" data-id="260" src="2015/06/0873.jpg" alt="" class="wp-image-260"/></figure>
<figure class="wp-block-image"><img data-attachment-id="261" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/097/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0973.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="097" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0973.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/0973.jpg?w=700" data-id="261" src="2015/06/0973.jpg" alt="" class="wp-image-261"/></figure>
<figure class="wp-block-image"><img data-attachment-id="262" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/100/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/1003.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="100" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/1003.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/1003.jpg?w=700" data-id="262" src="2015/06/1003.jpg" alt="" class="wp-image-262"/></figure>
<figure class="wp-block-image"><img data-attachment-id="263" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/105/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/1052.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="105" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/1052.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/1052.jpg?w=700" data-id="263" src="2015/06/1052.jpg" alt="" class="wp-image-263"/></figure>
<figure class="wp-block-image"><img data-attachment-id="264" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/106/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/1063.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="106" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/1063.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/1063.jpg?w=700" data-id="264" src="2015/06/1063.jpg" alt="" class="wp-image-264"/></figure>
<figure class="wp-block-image"><img data-attachment-id="265" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/109/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/1093.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="109" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/1093.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/1093.jpg?w=700" data-id="265" src="2015/06/1093.jpg" alt="" class="wp-image-265"/></figure>
<figure class="wp-block-image"><img data-attachment-id="266" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/111/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/1113.jpg" data-orig-size="700,491" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="111" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/1113.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/1113.jpg?w=700" data-id="266" src="2015/06/1113.jpg" alt="" class="wp-image-266"/></figure>
<figure class="wp-block-image"><img data-attachment-id="267" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/114/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/1143.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="114" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/1143.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/1143.jpg?w=700" data-id="267" src="2015/06/1143.jpg" alt="" class="wp-image-267"/></figure>
<figure class="wp-block-image"><img data-attachment-id="268" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/116a/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/116a3.jpg" data-orig-size="700,394" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="116a" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/116a3.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/116a3.jpg?w=700" data-id="268" src="2015/06/116a3.jpg" alt="" class="wp-image-268"/></figure>
<figure class="wp-block-image"><img data-attachment-id="269" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/attachment/117/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/1173.jpg" data-orig-size="700,473" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/1173.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/1173.jpg?w=700" data-id="269" src="2015/06/1173.jpg" alt="Spaghetti Sauce and Meatballs" class="wp-image-269"/></figure>
</figure>
<h3 class="wp-block-heading"><span style="color:#246822;">But wait&#8230; There’s more!</span></h3>
<p>If you read all of the above and watched the videos and looked at all the photos and still need more details, then this video dives into even more details. <strong><span style="color:#9c0505;">Warning!</span></strong> It’s a bit shaky and we were not shooting for professionalism here, we had crazy teenagers filming! I am just having a great time showing the teenagers how to make the sauce with all the meats. There is a lot of information here though, there is detailed instructions on how to prepare the meatballs, sausage and braciole as well as a lot of loud music, dancing.. well, it’s a 1-1/2 hour video so you might want to make some popcorn.</p>
<h2 class="wp-block-heading">Teaching The Teenagers How To Make The Pasta Sauce With All The Meats!</h2>
<div class="jetpack-video-wrapper"><span class="embed-youtube" style="text-align:center; display: block;"><iframe class="youtube-player" width="840" height="473" src="https://www.youtube.com/embed/7R1AX9Pr6WU?version=3&amp;rel=1&amp;showsearch=0&amp;showinfo=1&amp;iv_load_policy=1&amp;fs=1&amp;hl=en&amp;autohide=2&amp;wmode=transparent" allowfullscreen="true" style="border:0;" sandbox="allow-scripts allow-same-origin allow-popups allow-presentation"></iframe></span></div>
<div class="wp-block-image">
<figure class="aligncenter"><a href="anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/sauce-blowup-1-2/"><img data-attachment-id="331" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/sauce-blowup-1-2/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/sauce-blowup-1.jpg" data-orig-size="700,474" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/sauce-blowup-1.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/sauce-blowup-1.jpg?w=700" src="2015/06/sauce-blowup-1.jpg" alt="Spaghetti Sauce and Meatball Plate" class="wp-image-331"/></a></figure></div>
<div class="wp-block-image">
<figure class="aligncenter"><img data-attachment-id="332" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/sauce-blowup-3-2/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/sauce-blowup-3.jpg" data-orig-size="700,467" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/sauce-blowup-3.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/sauce-blowup-3.jpg?w=700" src="2015/06/sauce-blowup-3.jpg" alt="Meatball Into The Sauce!" class="wp-image-332"/></figure></div>
<div class="wp-block-image">
<figure class="aligncenter"><img data-attachment-id="333" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/sauce-blowup-4-2/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/sauce-blowup-4.jpg" data-orig-size="700,393" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/sauce-blowup-4.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/sauce-blowup-4.jpg?w=700" src="2015/06/sauce-blowup-4.jpg" alt="Spaghetti Sauce, Meatballs and Sausage Plate" class="wp-image-333"/></figure></div>
<div class="wp-block-image">
<figure class="aligncenter"><img data-attachment-id="334" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/sauce-blowup-5-2/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/sauce-blowup-5.jpg" data-orig-size="700,431" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/sauce-blowup-5.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/sauce-blowup-5.jpg?w=700" src="2015/06/sauce-blowup-5.jpg" alt="Meatballs, Sausage, Braciole and Gravy Bowl!" class="wp-image-334"/></figure></div>
<div class="wp-block-image">
<figure class="aligncenter"><img data-attachment-id="335" data-permalink="https://spaghettisauceandmeatballs.com/anthonys-pasta-sauce-meatballs-sausage-and-braciole-recipe/sauce-blowup-6-2/" data-orig-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/sauce-blowup-6.jpg" data-orig-size="700,479" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="" data-image-description="" data-image-caption="" data-medium-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/sauce-blowup-6.jpg?w=300" data-large-file="https://spaghettisauceandmeatballs.files.wordpress.com/2015/06/sauce-blowup-6.jpg?w=700" src="2015/06/sauce-blowup-6.jpg" alt="Let's Eat! Spaghetti Sauce and Meatballs!" class="wp-image-335"/></figure></div>
<h2 class="wp-block-heading"><span style="color:#246822;">A bonus Pasta Sauce and Meatballs video!</span><br><span style="color:#246822;"> The correct way to put the sauce on the pasta Video</span></h2>
<p>&#8230; and here is a very important video I made in efforts of trying to explain the correct way to put sauce on the pasta. The one thing you hate to see as the person who spent all day making the sauce and meats is to have a guest put a tiny bit of sauce on the pasta. You have to pour a lot of sauce on and then half way through you will need some more. Think of it like eating pancakes with syrup, don’t you find that you need more syrup have way through eating the pancakes? Always have gravy bowls full of sauce at the table!</p>
<div class="jetpack-video-wrapper"><span class="embed-youtube" style="text-align:center; display: block;"><iframe class="youtube-player" width="840" height="473" src="https://www.youtube.com/embed/OgNShYTxfRw?version=3&amp;rel=1&amp;showsearch=0&amp;showinfo=1&amp;iv_load_policy=1&amp;fs=1&amp;hl=en&amp;autohide=2&amp;wmode=transparent" allowfullscreen="true" style="border:0;" sandbox="allow-scripts allow-same-origin allow-popups allow-presentation"></iframe></span></div>
<h2 class="wp-block-heading"><span style="color:#246822;"><a rel="noopener" href="https://youtu.be/rmTSYGG1qgU?list=PLcbYZ1NNiYBOOvr4uqpTkhX6-vxOASU23" target="_blank">Check out my Italian Cooking Favorites video playlist!</a></span></h2>
<h2 class="wp-block-heading"><span style="color:#246822;"></span></h2>
<div id="jp-post-flair" class="sharedaddy sd-sharing-enabled"><div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-icon-text sd-sharing"><h3 class="sd-title">Share this:</h3><div class="sd-content"><ul><li class="share-twitter"><a rel="nofollow noopener noreferrer" data-shared="sharing-twitter-61" class="share-twitter sd-button share-icon" href="/" target="_blank" title="Click to share on Twitter"><span>Twitter</span></a></li><li class="share-facebook"><a rel="nofollow noopener noreferrer" data-shared="sharing-facebook-61" class="share-facebook sd-button share-icon" href="/" target="_blank" title="Click to share on Facebook"><span>Facebook</span></a></li><li class="share-end"></li></ul></div></div></div></div>	</div><!-- .entry-content -->
</article><!-- #post-61 -->
<div id="comments" class="comments-area">
			<h2 class="comments-title">
			149 thoughts on &ldquo;Pasta Sauce, Meatballs, Sausage and Braciole&nbsp;Recipe&rdquo;		</h2>
	<nav class="navigation comment-navigation" aria-label="Comments">
		<h2 class="screen-reader-text">Comments navigation</h2>
		<div class="nav-links"><div class="nav-previous"><a href="/#comments">Older comments</a></div></div>
	</nav>
		<ol class="comment-list">
					<li id="comment-16569" class="comment even thread-even depth-1 parent highlander-comment">
			<article id="div-comment-16569" class="comment-body">
				<footer class="comment-meta">
					<div class="comment-author vcard">
						<img alt="" src="avatar/aa3c52f38fd919027cf30544db9f2afa-s-42-d-identicon-r-G.jpg" class="avatar avatar-42" height="42" width="42"/>						<b class="fn"><a href="http://goggle/" rel="external nofollow ugc" class="url">Carol</a></b> <span class="says">says:</span>					</div><!-- .comment-author -->
					<div class="comment-metadata">
						<a href="/#comment-16569"><time datetime="2022-06-10T19:45:57+00:00">June 10, 2022 at 7:45 pm</time></a>					</div><!-- .comment-metadata -->
									</footer><!-- .comment-meta -->
				<div class="comment-content">
					<p>How do u make garlic bread. Can’t wait to make this.</p>
<p id="comment-like-16569" data-liked="comment-not-liked" class="comment-likes comment-not-liked"><a href="like_comment-16569-_wpnonce-eb2381f991/" class="comment-like-link needs-login" rel="nofollow" data-blog="92429773"><span>Like</span></a><span id="comment-like-count-16569" class="comment-like-feedback">Like</span></p>
				</div><!-- .comment-content -->
				<div class="reply"><a rel="nofollow" class="comment-reply-link" href="/" data-commentid="16569" data-postid="61" data-belowelement="div-comment-16569" data-respondelement="respond" data-replyto="Reply to Carol" aria-label="Reply to Carol">Reply</a></div>			</article><!-- .comment-body -->
		<ol class="children">
		<li id="comment-16598" class="comment byuser comment-author-removearticle bypostauthor odd alt depth-2 highlander-comment">
			<article id="div-comment-16598" class="comment-body">
				<footer class="comment-meta">
					<div class="comment-author vcard">
						<img alt="" src="avatar/68be1a6ac7ed790c3d56c57fa9209fb8-s-42-d-identicon-r-G.jpg" class="avatar avatar-42" height="42" width="42"/>						<b class="fn">Anthony Baker</b> <span class="says">says:</span>					</div><!-- .comment-author -->
					<div class="comment-metadata">
						<a href="/#comment-16598"><time datetime="2022-06-13T15:09:04+00:00">June 13, 2022 at 3:09 pm</time></a>					</div><!-- .comment-metadata -->
									</footer><!-- .comment-meta -->
				<div class="comment-content">
					<p>I have a recipe for how I like to make this here:</p>
<blockquote class="wp-embedded-content" data-secret="C5bYjKG14r"><p><a href="garlic-bread-recipe/">Garlic Bread Recipe</a></p></blockquote>
<p><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; clip: rect(1px, 1px, 1px, 1px);" title="“Garlic Bread Recipe” — Anthony's Italian-American Recipes" src="/#?secret=OzKYW3CG9q#?secret=C5bYjKG14r" data-secret="C5bYjKG14r" width="600" height="338" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<p id="comment-like-16598" data-liked="comment-not-liked" class="comment-likes comment-not-liked"><a href="like_comment-16598-_wpnonce-51c532b9a0/" class="comment-like-link needs-login" rel="nofollow" data-blog="92429773"><span>Like</span></a><span id="comment-like-count-16598" class="comment-like-feedback">Like</span></p>
				</div><!-- .comment-content -->
				<div class="reply"><a rel="nofollow" class="comment-reply-link" href="/" data-commentid="16598" data-postid="61" data-belowelement="div-comment-16598" data-respondelement="respond" data-replyto="Reply to Anthony Baker" aria-label="Reply to Anthony Baker">Reply</a></div>			</article><!-- .comment-body -->
		</li><!-- #comment-## -->
</ol><!-- .children -->
</li><!-- #comment-## -->
		<li id="comment-15678" class="comment even thread-odd thread-alt depth-1 parent highlander-comment">
			<article id="div-comment-15678" class="comment-body">
				<footer class="comment-meta">
					<div class="comment-author vcard">
						<img alt="" src="avatar/41ec330c203a042ea056b62710d27dff-s-42-d-identicon-r-G.jpg" class="avatar avatar-42" height="42" width="42"/>						<b class="fn">Roxanne Levinson Pettit</b> <span class="says">says:</span>					</div><!-- .comment-author -->
					<div class="comment-metadata">
						<a href="/#comment-15678"><time datetime="2021-11-13T17:16:15+00:00">November 13, 2021 at 5:16 pm</time></a>					</div><!-- .comment-metadata -->
									</footer><!-- .comment-meta -->
				<div class="comment-content">
					<p>Hi Anthony,<br/>
I have been making your spaghetti sauce, meatballs and sausages since 2007. I have filed the serial numbers off your meatball recipe and modified it based on a concoction of recipes from my italian grandmother, and several aunts. My family has been so happy to have this as their &#8220;Christmas present&#8221; every year for the last decade. I learned how to can the sauce, so we can eat it all year long! Thank you so much for making all this available!<br/>
One note: there used to be a series of photos and more directions for preparing the sausages. Any chance you could put that back on the website? Sometimes printed words are helpful in a different way from a video.<br/>
Again, I (and my family) will be forever grateful for your recipes and cooking tips!</p>
<p id="comment-like-15678" data-liked="comment-not-liked" class="comment-likes comment-not-liked"><a href="like_comment-15678-_wpnonce-0f611ecfbf/" class="comment-like-link needs-login" rel="nofollow" data-blog="92429773"><span>Like</span></a><span id="comment-like-count-15678" class="comment-like-feedback">Like</span></p>
				</div><!-- .comment-content -->
				<div class="reply"><a rel="nofollow" class="comment-reply-link" href="/" data-commentid="15678" data-postid="61" data-belowelement="div-comment-15678" data-respondelement="respond" data-replyto="Reply to Roxanne Levinson Pettit" aria-label="Reply to Roxanne Levinson Pettit">Reply</a></div>			</article><!-- .comment-body -->
		<ol class="children">
		<li id="comment-15694" class="comment byuser comment-author-removearticle bypostauthor odd alt depth-2 highlander-comment">
			<article id="div-comment-15694" class="comment-body">
				<footer class="comment-meta">
					<div class="comment-author vcard">
						<img alt="" src="avatar/68be1a6ac7ed790c3d56c57fa9209fb8-s-42-d-identicon-r-G.jpg" class="avatar avatar-42" height="42" width="42"/>						<b class="fn">Anthony Baker</b> <span class="says">says:</span>					</div><!-- .comment-author -->
					<div class="comment-metadata">
						<a href="/#comment-15694"><time datetime="2021-11-15T12:13:37+00:00">November 15, 2021 at 12:13 pm</time></a>					</div><!-- .comment-metadata -->
									</footer><!-- .comment-meta -->
				<div class="comment-content">
					<p>So glad you are still making the Sunday Gravy with all the meats! 🙂  Yeah, thanks for the reminder. I need to get the step by step photos and narration back on the site. I made a huge leap from a custom HTML designed website to a WordPress blog style website and it was a lot of work. Still have not finished the laborious process of transferring the old tot he new and life has been getting in the way. Keep on cooking and feasting and pouring lots of love into the food for the ones you love! In the mean-time, you can see those photos and narration you are referring to on &#8220;thewaybackmachine&#8221; website that keeps archives of old website. You can start here., not really a full functional website, just and archive of the old design, the links still work, so you can plow through all the steps via the &#8220;next&#8221; link at the bottom of each photos page:<br/>
<a href="http://www.spaghettisauceandmeatballs.com/sauce_photos.html" rel="nofollow ugc">http://www.spaghettisauceandmeatballs.com/sauce_photos.html</a><br/>
Note: thewaybackmachine is an archive site, so when you click on a link, it will seem very slow, that is because it’s digging through archives. The links work, you just have to be patient. </p>
<p id="comment-like-15694" data-liked="comment-not-liked" class="comment-likes comment-not-liked"><a href="like_comment-15694-_wpnonce-41cc2addc9/" class="comment-like-link needs-login" rel="nofollow" data-blog="92429773"><span>Like</span></a><span id="comment-like-count-15694" class="comment-like-feedback">Like</span></p>
				</div><!-- .comment-content -->
				<div class="reply"><a rel="nofollow" class="comment-reply-link" href="/" data-commentid="15694" data-postid="61" data-belowelement="div-comment-15694" data-respondelement="respond" data-replyto="Reply to Anthony Baker" aria-label="Reply to Anthony Baker">Reply</a></div>			</article><!-- .comment-body -->
		</li><!-- #comment-## -->
</ol><!-- .children -->
</li><!-- #comment-## -->
		<li id="comment-15637" class="comment even thread-even depth-1 parent highlander-comment">
			<article id="div-comment-15637" class="comment-body">
				<footer class="comment-meta">
					<div class="comment-author vcard">
						<img alt="" src="avatar/f4a11b1621aa01f2aecb0a337a9d6bb5-s-42-d-identicon-r-G.jpg" class="avatar avatar-42" height="42" width="42"/>						<b class="fn">Regina Brown</b> <span class="says">says:</span>					</div><!-- .comment-author -->
					<div class="comment-metadata">
						<a href="/#comment-15637"><time datetime="2021-11-08T12:46:23+00:00">November 8, 2021 at 12:46 pm</time></a>					</div><!-- .comment-metadata -->
									</footer><!-- .comment-meta -->
				<div class="comment-content">
					<p>This is by far the best Spaghetti Sauce I have ever made, I have not yet attempted the braciole but for an old Polack this could definitely pass as an authentic Italian &#8220;gravy&#8221;.  My husband will not settle for any other sauce that I make.  Thank you so much for putting this out there.  I have been making this for about  5 years now and am getting ready to make some for our 2021 Thanksgiving dinner.  When feeding a large crowd pasta is always a winner along with the traditional foods and have no doubt this will be a winner at the table.</p>
<p id="comment-like-15637" data-liked="comment-not-liked" class="comment-likes comment-not-liked"><a href="like_comment-15637-_wpnonce-6a43f89de2/" class="comment-like-link needs-login" rel="nofollow" data-blog="92429773"><span>Like</span></a><span id="comment-like-count-15637" class="comment-like-feedback">Like</span></p>
				</div><!-- .comment-content -->
				<div class="reply"><a rel="nofollow" class="comment-reply-link" href="/" data-commentid="15637" data-postid="61" data-belowelement="div-comment-15637" data-respondelement="respond" data-replyto="Reply to Regina Brown" aria-label="Reply to Regina Brown">Reply</a></div>			</article><!-- .comment-body -->
		<ol class="children">
		<li id="comment-15638" class="comment byuser comment-author-removearticle bypostauthor odd alt depth-2 highlander-comment">
			<article id="div-comment-15638" class="comment-body">
				<footer class="comment-meta">
					<div class="comment-author vcard">
						<img alt="" src="avatar/68be1a6ac7ed790c3d56c57fa9209fb8-s-42-d-identicon-r-G.jpg" class="avatar avatar-42" height="42" width="42"/>						<b class="fn">Anthony Baker</b> <span class="says">says:</span>					</div><!-- .comment-author -->
					<div class="comment-metadata">
						<a href="/#comment-15638"><time datetime="2021-11-08T12:52:06+00:00">November 8, 2021 at 12:52 pm</time></a>					</div><!-- .comment-metadata -->
									</footer><!-- .comment-meta -->
				<div class="comment-content">
					<p>Sounds like your husband knows a good Sunday gravy feast when he tastes one 🙂 Also glad to see you are taking the time to do it right. Happy feasting and always remember to pour lots of love into the cooking for the ones you love 🙂 </p>
<p id="comment-like-15638" data-liked="comment-not-liked" class="comment-likes comment-not-liked"><a href="like_comment-15638-_wpnonce-04a0a934c1/" class="comment-like-link needs-login" rel="nofollow" data-blog="92429773"><span>Like</span></a><span id="comment-like-count-15638" class="comment-like-feedback">Like</span></p>
				</div><!-- .comment-content -->
				<div class="reply"><a rel="nofollow" class="comment-reply-link" href="/" data-commentid="15638" data-postid="61" data-belowelement="div-comment-15638" data-respondelement="respond" data-replyto="Reply to Anthony Baker" aria-label="Reply to Anthony Baker">Reply</a></div>			</article><!-- .comment-body -->
		</li><!-- #comment-## -->
</ol><!-- .children -->
</li><!-- #comment-## -->
		<li id="comment-13126" class="comment byuser comment-author-trishaschlackman even thread-odd thread-alt depth-1 parent highlander-comment">
			<article id="div-comment-13126" class="comment-body">
				<footer class="comment-meta">
					<div class="comment-author vcard">
						<img alt="" src="avatar/4b2d04c738acd5dedfaf75e19f95cfd9-s-42-d-identicon-r-G.jpg" class="avatar avatar-42" height="42" width="42"/>						<b class="fn">trishaschlackman</b> <span class="says">says:</span>					</div><!-- .comment-author -->
					<div class="comment-metadata">
						<a href="/#comment-13126"><time datetime="2020-11-29T13:19:59+00:00">November 29, 2020 at 1:19 pm</time></a>					</div><!-- .comment-metadata -->
									</footer><!-- .comment-meta -->
				<div class="comment-content">
					<p>Hi Anthony - I just wanted to thank you for the wonderful recipe! I’ve been making your sauce and meatballs for over 10 years and it is a family favorite. I follow your directions completely - and when it says it’s time to pour the wine - even if it’s 11am - I listen! It has become my sister’s Christmas, birthday, and everything else present for years. We don’t live in the same state so I freeze individual portions for her - at least 4 times a year!!! I’ve meant to reach out to you for years - so thanks!!!</p>
<p id="comment-like-13126" data-liked="comment-not-liked" class="comment-likes comment-not-liked"><a href="like_comment-13126-_wpnonce-a0d84b2d2a/" class="comment-like-link needs-login" rel="nofollow" data-blog="92429773"><span>Like</span></a><span id="comment-like-count-13126" class="comment-like-feedback">Like</span></p>
				</div><!-- .comment-content -->
				<div class="reply"><a rel="nofollow" class="comment-reply-link" href="/" data-commentid="13126" data-postid="61" data-belowelement="div-comment-13126" data-respondelement="respond" data-replyto="Reply to trishaschlackman" aria-label="Reply to trishaschlackman">Reply</a></div>			</article><!-- .comment-body -->
		<ol class="children">
		<li id="comment-13127" class="comment byuser comment-author-removearticle bypostauthor odd alt depth-2 highlander-comment">
			<article id="div-comment-13127" class="comment-body">
				<footer class="comment-meta">
					<div class="comment-author vcard">
						<img alt="" src="avatar/68be1a6ac7ed790c3d56c57fa9209fb8-s-42-d-identicon-r-G.jpg" class="avatar avatar-42" height="42" width="42"/>						<b class="fn">Anthony Baker</b> <span class="says">says:</span>					</div><!-- .comment-author -->
					<div class="comment-metadata">
						<a href="/#comment-13127"><time datetime="2020-11-29T13:39:46+00:00">November 29, 2020 at 1:39 pm</time></a>					</div><!-- .comment-metadata -->
									</footer><!-- .comment-meta -->
				<div class="comment-content">
					<p>This is wonderful and warms my heart to see my grandma’s cooking spreading and continuing on. Such joy with making the sauce for the ones you love! The wine!!!! So important!  Pouring lots of love into the cooking also important! Happy to share my labor of love with you and thanks for sharing that, it’s good to know that people can follow the recipe. I’ve taken a lot of love nd care trying to get all the important steps spelled in details. There are a lot of little details that complete the sauce. Like making sure there is enough wine for the sauce and the cook 🙂 Merry Christmas! Time to start feasting! We are starting the Christmas cookies this weekend. Yay Christmas! </p>
<p id="comment-like-13127" data-liked="comment-not-liked" class="comment-likes comment-not-liked"><a href="like_comment-13127-_wpnonce-296b66f505/" class="comment-like-link needs-login" rel="nofollow" data-blog="92429773"><span>Like</span></a><span id="comment-like-count-13127" class="comment-like-feedback">Like</span></p>
				</div><!-- .comment-content -->
				<div class="reply"><a rel="nofollow" class="comment-reply-link" href="/" data-commentid="13127" data-postid="61" data-belowelement="div-comment-13127" data-respondelement="respond" data-replyto="Reply to Anthony Baker" aria-label="Reply to Anthony Baker">Reply</a></div>			</article><!-- .comment-body -->
		</li><!-- #comment-## -->
</ol><!-- .children -->
</li><!-- #comment-## -->
		<li id="comment-12632" class="comment even thread-even depth-1 parent highlander-comment">
			<article id="div-comment-12632" class="comment-body">
				<footer class="comment-meta">
					<div class="comment-author vcard">
						<img alt="" src="avatar/7ca98655f643fc0290692de66e3b3a2e-s-42-d-identicon-r-G.jpg" class="avatar avatar-42" height="42" width="42"/>						<b class="fn">Paul Leslie Dallender</b> <span class="says">says:</span>					</div><!-- .comment-author -->
					<div class="comment-metadata">
						<a href="/#comment-12632"><time datetime="2020-09-10T22:43:55+00:00">September 10, 2020 at 10:43 pm</time></a>					</div><!-- .comment-metadata -->
									</footer><!-- .comment-meta -->
				<div class="comment-content">
					<p>Hi Anthony,</p>
<p>I found your website oh, way back in 2008 and made the &#8216;gravy’ including the Braciole following your recipe to the letter. I’ve retired since then and still make it and have never made it any other way. As far as I’m concerned, it is still the best tasting traditional Italian sauce/gravy/ragu whatever you want to call it, recipe on the web. Of course, I didn’t stop there and have since made your Lasagna, sausage bread, onion tomatoe bread, eggplant (Aubergine here in the UK) Parmesan and peseta bars all of which have become firm favourites.</p>
<p>Thanks for passing your recipes on.</p>
<p>Paul (Barlby North Yorkshire UK)</p>
<p id="comment-like-12632" data-liked="comment-not-liked" class="comment-likes comment-not-liked"><a href="like_comment-12632-_wpnonce-999808d4e7/" class="comment-like-link needs-login" rel="nofollow" data-blog="92429773"><span>Like</span></a><span id="comment-like-count-12632" class="comment-like-feedback">Like</span></p>
				</div><!-- .comment-content -->
				<div class="reply"><a rel="nofollow" class="comment-reply-link" href="/" data-commentid="12632" data-postid="61" data-belowelement="div-comment-12632" data-respondelement="respond" data-replyto="Reply to Paul Leslie Dallender" aria-label="Reply to Paul Leslie Dallender">Reply</a></div>			</article><!-- .comment-body -->
		<ol class="children">
		<li id="comment-12637" class="comment byuser comment-author-removearticle bypostauthor odd alt depth-2 parent highlander-comment">
			<article id="div-comment-12637" class="comment-body">
				<footer class="comment-meta">
					<div class="comment-author vcard">
						<img alt="" src="avatar/68be1a6ac7ed790c3d56c57fa9209fb8-s-42-d-identicon-r-G.jpg" class="avatar avatar-42" height="42" width="42"/>						<b class="fn">Anthony Baker</b> <span class="says">says:</span>					</div><!-- .comment-author -->
					<div class="comment-metadata">
						<a href="/#comment-12637"><time datetime="2020-09-11T11:27:57+00:00">September 11, 2020 at 11:27 am</time></a>					</div><!-- .comment-metadata -->
									</footer><!-- .comment-meta -->
				<div class="comment-content">
					<p>Thanks for the compliment Paul. So glad to hear you are still making the gravy and have since tried other recipes as well. Awesome! You must try out the Chicken Soup with Semolina Pasta Recipe (Molbann Soup) recipe if you can find the time. That is a very special recipe that my grandma Salerno used to make on the weekends. It was my favorite growing up. ( <a href="chicken-soup-with-semolina-pasta-recipe/" rel="nofollow ugc">https://spaghettisauceandmeatballs.com/chicken-soup-with-semolina-pasta-recipe/</a> )  Nice to see grandma Salerno’s cooking happening in the UK 🙂 I hear tomato paste comes in tubes in the UK, is that right? I did not know eggplant in the UK was called Aubergine. Learned something new today. My wife and I visited London back in 2015. We stayed in a Steyning, UK, what a lovely town. We enjoyed Steyning more than London. They had a lovely pub in the center of town that I could of just hung out at all week. They had nice slow pour Guinness on tap. Good times. North Yorkshire: you are pretty far up north, you’re pretty far north, we never made up that far. We want to go back for another visit, so much we did not get to see! The architecture in London blew us away! I’m glad to knows there is someone there in the UK that knows how to make traditional Italian-American Sunday Gravy with all the meats!  Happy cooking and share the love!  Anthony </p>
<p id="comment-like-12637" data-liked="comment-not-liked" class="comment-likes comment-not-liked"><a href="like_comment-12637-_wpnonce-b3dc956c6d/" class="comment-like-link needs-login" rel="nofollow" data-blog="92429773"><span>Like</span></a><span id="comment-like-count-12637" class="comment-like-feedback">Like</span></p>
				</div><!-- .comment-content -->
				<div class="reply"><a rel="nofollow" class="comment-reply-link" href="/" data-commentid="12637" data-postid="61" data-belowelement="div-comment-12637" data-respondelement="respond" data-replyto="Reply to Anthony Baker" aria-label="Reply to Anthony Baker">Reply</a></div>			</article><!-- .comment-body -->
		<ol class="children">
		<li id="comment-15633" class="comment even depth-3 parent highlander-comment">
			<article id="div-comment-15633" class="comment-body">
				<footer class="comment-meta">
					<div class="comment-author vcard">
						<img alt="" src="avatar/7e6e329a590fefe1694843ea74520b09-s-42-d-identicon-r-G.jpg" class="avatar avatar-42" height="42" width="42"/>						<b class="fn">Vivian</b> <span class="says">says:</span>					</div><!-- .comment-author -->
					<div class="comment-metadata">
						<a href="/#comment-15633"><time datetime="2021-11-08T06:02:59+00:00">November 8, 2021 at 6:02 am</time></a>					</div><!-- .comment-metadata -->
									</footer><!-- .comment-meta -->
				<div class="comment-content">
					<p>Anthony,<br/>
These recipes are the best Italian recipes I have ever eaten!!  Italian cooking take love and time.  So worth the time!! It was so delicious!!<br/>
Thank you so much for sharing your recipes!</p>
<p id="comment-like-15633" data-liked="comment-not-liked" class="comment-likes comment-not-liked"><a href="like_comment-15633-_wpnonce-5498f73e40/" class="comment-like-link needs-login" rel="nofollow" data-blog="92429773"><span>Like</span></a><span id="comment-like-count-15633" class="comment-like-feedback">Like</span></p>
				</div><!-- .comment-content -->
				<div class="reply"><a rel="nofollow" class="comment-reply-link" href="/" data-commentid="15633" data-postid="61" data-belowelement="div-comment-15633" data-respondelement="respond" data-replyto="Reply to Vivian" aria-label="Reply to Vivian">Reply</a></div>			</article><!-- .comment-body -->
		<ol class="children">
		<li id="comment-15636" class="comment byuser comment-author-removearticle bypostauthor odd alt depth-4 highlander-comment">
			<article id="div-comment-15636" class="comment-body">
				<footer class="comment-meta">
					<div class="comment-author vcard">
						<img alt="" src="avatar/68be1a6ac7ed790c3d56c57fa9209fb8-s-42-d-identicon-r-G.jpg" class="avatar avatar-42" height="42" width="42"/>						<b class="fn">Anthony Baker</b> <span class="says">says:</span>					</div><!-- .comment-author -->
					<div class="comment-metadata">
						<a href="/#comment-15636"><time datetime="2021-11-08T12:34:49+00:00">November 8, 2021 at 12:34 pm</time></a>					</div><!-- .comment-metadata -->
									</footer><!-- .comment-meta -->
				<div class="comment-content">
					<p>So glad you discovered my labor of love. Mangia! </p>
<p id="comment-like-15636" data-liked="comment-not-liked" class="comment-likes comment-not-liked"><a href="like_comment-15636-_wpnonce-6d0485da74/" class="comment-like-link needs-login" rel="nofollow" data-blog="92429773"><span>Like</span></a><span id="comment-like-count-15636" class="comment-like-feedback">Like</span></p>
				</div><!-- .comment-content -->
							</article><!-- .comment-body -->
		</li><!-- #comment-## -->
</ol><!-- .children -->
</li><!-- #comment-## -->
</ol><!-- .children -->
</li><!-- #comment-## -->
</ol><!-- .children -->
</li><!-- #comment-## -->
		<li id="comment-12445" class="comment even thread-odd thread-alt depth-1 highlander-comment">
			<article id="div-comment-12445" class="comment-body">
				<footer class="comment-meta">
					<div class="comment-author vcard">
						<img alt="" src="avatar/db4f41f651478a906013903780afb6bf-s-42-d-identicon-r-G.jpg" class="avatar avatar-42" height="42" width="42"/>						<b class="fn">SAMANTHA THURSTON</b> <span class="says">says:</span>					</div><!-- .comment-author -->
					<div class="comment-metadata">
						<a href="/#comment-12445"><time datetime="2020-08-12T22:41:30+00:00">August 12, 2020 at 10:41 pm</time></a>					</div><!-- .comment-metadata -->
									</footer><!-- .comment-meta -->
				<div class="comment-content">
					<p>i found this recipe &#8230;my husband missed his grammys spighetti it was so good his dad gave him thumbs up. its very good ty for sharing.</p>
<p id="comment-like-12445" data-liked="comment-not-liked" class="comment-likes comment-not-liked"><a href="like_comment-12445-_wpnonce-5cce9a8dd9/" class="comment-like-link needs-login" rel="nofollow" data-blog="92429773"><span>Like</span></a><span id="comment-like-count-12445" class="comment-like-feedback">Like</span></p>
				</div><!-- .comment-content -->
				<div class="reply"><a rel="nofollow" class="comment-reply-link" href="/" data-commentid="12445" data-postid="61" data-belowelement="div-comment-12445" data-respondelement="respond" data-replyto="Reply to SAMANTHA THURSTON" aria-label="Reply to SAMANTHA THURSTON">Reply</a></div>			</article><!-- .comment-body -->
		</li><!-- #comment-## -->
		<li id="comment-12429" class="comment odd alt thread-even depth-1 parent highlander-comment">
			<article id="div-comment-12429" class="comment-body">
				<footer class="comment-meta">
					<div class="comment-author vcard">
						<img alt="" src="avatar/c2d545fb871babdb728963d6fbf7fb78-s-42-d-identicon-r-G.jpg" class="avatar avatar-42" height="42" width="42"/>						<b class="fn"><a href="http://msn/" rel="external nofollow ugc" class="url">KATHRYN A KRAUSS</a></b> <span class="says">says:</span>					</div><!-- .comment-author -->
					<div class="comment-metadata">
						<a href="/#comment-12429"><time datetime="2020-08-08T20:00:49+00:00">August 8, 2020 at 8:00 pm</time></a>					</div><!-- .comment-metadata -->
									</footer><!-- .comment-meta -->
				<div class="comment-content">
					<p>I have been making this for years and it is the best recipe I have ever found. I have even shared it with my son and sister. Thanks Anthony!!!</p>
<p id="comment-like-12429" data-liked="comment-not-liked" class="comment-likes comment-not-liked"><a href="like_comment-12429-_wpnonce-001a88c5cb/" class="comment-like-link needs-login" rel="nofollow" data-blog="92429773"><span>Like</span></a><span id="comment-like-count-12429" class="comment-like-feedback">Like</span></p>
				</div><!-- .comment-content -->
				<div class="reply"><a rel="nofollow" class="comment-reply-link" href="/" data-commentid="12429" data-postid="61" data-belowelement="div-comment-12429" data-respondelement="respond" data-replyto="Reply to KATHRYN A KRAUSS" aria-label="Reply to KATHRYN A KRAUSS">Reply</a></div>			</article><!-- .comment-body -->
		<ol class="children">
		<li id="comment-12439" class="comment byuser comment-author-removearticle bypostauthor even depth-2 highlander-comment">
			<article id="div-comment-12439" class="comment-body">
				<footer class="comment-meta">
					<div class="comment-author vcard">
						<img alt="" src="avatar/68be1a6ac7ed790c3d56c57fa9209fb8-s-42-d-identicon-r-G.jpg" class="avatar avatar-42" height="42" width="42"/>						<b class="fn">Anthony Baker</b> <span class="says">says:</span>					</div><!-- .comment-author -->
					<div class="comment-metadata">
						<a href="/#comment-12439"><time datetime="2020-08-10T10:10:22+00:00">August 10, 2020 at 10:10 am</time></a>					</div><!-- .comment-metadata -->
									</footer><!-- .comment-meta -->
				<div class="comment-content">
					<p>Awesome. Warms my heart to hear this. Glad you are getting your family cooking 🙂</p>
<p id="comment-like-12439" data-liked="comment-not-liked" class="comment-likes comment-not-liked"><a href="like_comment-12439-_wpnonce-077d15efb9/" class="comment-like-link needs-login" rel="nofollow" data-blog="92429773"><span>Like</span></a><span id="comment-like-count-12439" class="comment-like-feedback">Like</span></p>
				</div><!-- .comment-content -->
				<div class="reply"><a rel="nofollow" class="comment-reply-link" href="/" data-commentid="12439" data-postid="61" data-belowelement="div-comment-12439" data-respondelement="respond" data-replyto="Reply to Anthony Baker" aria-label="Reply to Anthony Baker">Reply</a></div>			</article><!-- .comment-body -->
		</li><!-- #comment-## -->
</ol><!-- .children -->
</li><!-- #comment-## -->
		<li id="comment-12069" class="comment odd alt thread-odd thread-alt depth-1 highlander-comment">
			<article id="div-comment-12069" class="comment-body">
				<footer class="comment-meta">
					<div class="comment-author vcard">
						<img alt="" src="avatar/4c6672732a0a44ee89b635eef1d93232-s-42-d-identicon-r-G.jpg" class="avatar avatar-42" height="42" width="42"/>						<b class="fn">S. Rosellini</b> <span class="says">says:</span>					</div><!-- .comment-author -->
					<div class="comment-metadata">
						<a href="/#comment-12069"><time datetime="2020-06-28T04:28:17+00:00">June 28, 2020 at 4:28 am</time></a>					</div><!-- .comment-metadata -->
									</footer><!-- .comment-meta -->
				<div class="comment-content">
					<p>This is a really good gravy recipe, and I’m Italian. I’ve been making it ever since I watched it. My family has their own recipe, it’s very similar to this with a couple twists, so i kinda do a hybrid of the both. Excellent recipe Anthony, thanks for sharing it with the world👍</p>
<p id="comment-like-12069" data-liked="comment-not-liked" class="comment-likes comment-not-liked"><a href="like_comment-12069-_wpnonce-592a9bff4d/" class="comment-like-link needs-login" rel="nofollow" data-blog="92429773"><span>Like</span></a><span id="comment-like-count-12069" class="comment-like-feedback">Like</span></p>
				</div><!-- .comment-content -->
				<div class="reply"><a rel="nofollow" class="comment-reply-link" href="/" data-commentid="12069" data-postid="61" data-belowelement="div-comment-12069" data-respondelement="respond" data-replyto="Reply to S. Rosellini" aria-label="Reply to S. Rosellini">Reply</a></div>			</article><!-- .comment-body -->
		</li><!-- #comment-## -->
		<li id="comment-11817" class="comment even thread-even depth-1 parent highlander-comment">
			<article id="div-comment-11817" class="comment-body">
				<footer class="comment-meta">
					<div class="comment-author vcard">
						<img alt="" src="avatar/7a967b1736fd3118f878ca0b40b70af5-s-42-d-identicon-r-G.jpg" class="avatar avatar-42" height="42" width="42"/>						<b class="fn">Philip</b> <span class="says">says:</span>					</div><!-- .comment-author -->
					<div class="comment-metadata">
						<a href="/#comment-11817"><time datetime="2020-05-22T15:07:42+00:00">May 22, 2020 at 3:07 pm</time></a>					</div><!-- .comment-metadata -->
									</footer><!-- .comment-meta -->
				<div class="comment-content">
					<p>This is a LONG recipe.  I’ve made the Sunday Gravy recipe from the Sopranos Cookbook, it’s excellent. I’ll give your’s a look.</p>
<p id="comment-like-11817" data-liked="comment-not-liked" class="comment-likes comment-not-liked"><a href="like_comment-11817-_wpnonce-a443b05037/" class="comment-like-link needs-login" rel="nofollow" data-blog="92429773"><span>Like</span></a><span id="comment-like-count-11817" class="comment-like-feedback">Like</span></p>
				</div><!-- .comment-content -->
				<div class="reply"><a rel="nofollow" class="comment-reply-link" href="/" data-commentid="11817" data-postid="61" data-belowelement="div-comment-11817" data-respondelement="respond" data-replyto="Reply to Philip" aria-label="Reply to Philip">Reply</a></div>			</article><!-- .comment-body -->
		<ol class="children">
		<li id="comment-11818" class="comment byuser comment-author-removearticle bypostauthor odd alt depth-2 highlander-comment">
			<article id="div-comment-11818" class="comment-body">
				<footer class="comment-meta">
					<div class="comment-author vcard">
						<img alt="" src="avatar/68be1a6ac7ed790c3d56c57fa9209fb8-s-42-d-identicon-r-G.jpg" class="avatar avatar-42" height="42" width="42"/>						<b class="fn">Anthony Baker</b> <span class="says">says:</span>					</div><!-- .comment-author -->
					<div class="comment-metadata">
						<a href="/#comment-11818"><time datetime="2020-05-22T15:10:04+00:00">May 22, 2020 at 3:10 pm</time></a>					</div><!-- .comment-metadata -->
									</footer><!-- .comment-meta -->
				<div class="comment-content">
					<p>It is long. It’s a labor of love and I worked hard at trying to include all the grandma details. There are many small things that make a big difference but a bit of work to explain it all. Hope it works out for you. It the best sauce I’ve ever had but i am a bit bias because it is what I grew up with.  Happy cooking and share the love.</p>
<p id="comment-like-11818" data-liked="comment-not-liked" class="comment-likes comment-not-liked"><a href="like_comment-11818-_wpnonce-2142bc98e7/" class="comment-like-link needs-login" rel="nofollow" data-blog="92429773"><span>Like</span></a><span id="comment-like-count-11818" class="comment-like-feedback">Like</span></p>
				</div><!-- .comment-content -->
				<div class="reply"><a rel="nofollow" class="comment-reply-link" href="/" data-commentid="11818" data-postid="61" data-belowelement="div-comment-11818" data-respondelement="respond" data-replyto="Reply to Anthony Baker" aria-label="Reply to Anthony Baker">Reply</a></div>			</article><!-- .comment-body -->
		</li><!-- #comment-## -->
</ol><!-- .children -->
</li><!-- #comment-## -->
		<li id="comment-11698" class="comment even thread-odd thread-alt depth-1 parent highlander-comment">
			<article id="div-comment-11698" class="comment-body">
				<footer class="comment-meta">
					<div class="comment-author vcard">
						<img alt="" src="avatar/27c275343cd33e6c30a58ebd83e87b9e-s-42-d-identicon-r-G.jpg" class="avatar avatar-42" height="42" width="42"/>						<b class="fn">Joan</b> <span class="says">says:</span>					</div><!-- .comment-author -->
					<div class="comment-metadata">
						<a href="/#comment-11698"><time datetime="2020-05-03T23:57:00+00:00">May 3, 2020 at 11:57 pm</time></a>					</div><!-- .comment-metadata -->
									</footer><!-- .comment-meta -->
				<div class="comment-content">
					<p>Hi Anthony, Thank you for this recipe. I ran across this one in 2006.  My file was lost and glad to find it again. God bless ❤️</p>
<p id="comment-like-11698" data-liked="comment-not-liked" class="comment-likes comment-not-liked"><a href="like_comment-11698-_wpnonce-37eef43cb0/" class="comment-like-link needs-login" rel="nofollow" data-blog="92429773"><span>Like</span></a><span id="comment-like-count-11698" class="comment-like-feedback">Like</span></p>
				</div><!-- .comment-content -->
				<div class="reply"><a rel="nofollow" class="comment-reply-link" href="/" data-commentid="11698" data-postid="61" data-belowelement="div-comment-11698" data-respondelement="respond" data-replyto="Reply to Joan" aria-label="Reply to Joan">Reply</a></div>			</article><!-- .comment-body -->
		<ol class="children">
		<li id="comment-11700" class="comment byuser comment-author-removearticle bypostauthor odd alt depth-2 highlander-comment">
			<article id="div-comment-11700" class="comment-body">
				<footer class="comment-meta">
					<div class="comment-author vcard">
						<img alt="" src="avatar/68be1a6ac7ed790c3d56c57fa9209fb8-s-42-d-identicon-r-G.jpg" class="avatar avatar-42" height="42" width="42"/>						<b class="fn">Anthony Baker</b> <span class="says">says:</span>					</div><!-- .comment-author -->
					<div class="comment-metadata">
						<a href="/#comment-11700"><time datetime="2020-05-04T11:23:21+00:00">May 4, 2020 at 11:23 am</time></a>					</div><!-- .comment-metadata -->
									</footer><!-- .comment-meta -->
				<div class="comment-content">
					<p>so glad you found it again 🙂 Keep on cooking and keep on sharing the love!  Anthony</p>
<p id="comment-like-11700" data-liked="comment-not-liked" class="comment-likes comment-not-liked"><a href="like_comment-11700-_wpnonce-dba2c965a4/" class="comment-like-link needs-login" rel="nofollow" data-blog="92429773"><span>Like</span></a><span id="comment-like-count-11700" class="comment-like-feedback">Like</span></p>
				</div><!-- .comment-content -->
				<div class="reply"><a rel="nofollow" class="comment-reply-link" href="/" data-commentid="11700" data-postid="61" data-belowelement="div-comment-11700" data-respondelement="respond" data-replyto="Reply to Anthony Baker" aria-label="Reply to Anthony Baker">Reply</a></div>			</article><!-- .comment-body -->
		</li><!-- #comment-## -->
</ol><!-- .children -->
</li><!-- #comment-## -->
		<li id="comment-11683" class="comment even thread-even depth-1 parent highlander-comment">
			<article id="div-comment-11683" class="comment-body">
				<footer class="comment-meta">
					<div class="comment-author vcard">
						<img alt="" src="avatar/4afb3a7995f88a6d992025a237e7ab7a-s-42-d-identicon-r-G.jpg" class="avatar avatar-42" height="42" width="42"/>						<b class="fn">Florence Wagar</b> <span class="says">says:</span>					</div><!-- .comment-author -->
					<div class="comment-metadata">
						<a href="/#comment-11683"><time datetime="2020-04-30T22:10:40+00:00">April 30, 2020 at 10:10 pm</time></a>					</div><!-- .comment-metadata -->
									</footer><!-- .comment-meta -->
				<div class="comment-content">
					<p>I found this 3 years ago and have been making it ever since. Like being in Italy. It took me a while because I never made the sauce before. I was 70 lol. Dragged my laptop to the kitchen and step by step. I was nervous but I bought the pot and away I went. You made it fun. I did make a few short cuts later on minor ones I didn’t want Gramma mad at me lol. I see other recipes but I don’t think they are ever going to taste like yours. Thank you for what obviously was an undertaking to post such details and it makes a difference. Love you sincerely Florence from NY.</p>
<p id="comment-like-11683" data-liked="comment-not-liked" class="comment-likes comment-not-liked"><a href="like_comment-11683-_wpnonce-0bf9614b90/" class="comment-like-link needs-login" rel="nofollow" data-blog="92429773"><span>Like</span></a><span id="comment-like-count-11683" class="comment-like-feedback">Liked by <a href="#" class="view-likers" data-like-count="1">1 person</a></span></p>
				</div><!-- .comment-content -->
				<div class="reply"><a rel="nofollow" class="comment-reply-link" href="/" data-commentid="11683" data-postid="61" data-belowelement="div-comment-11683" data-respondelement="respond" data-replyto="Reply to Florence Wagar" aria-label="Reply to Florence Wagar">Reply</a></div>			</article><!-- .comment-body -->
		<ol class="children">
		<li id="comment-11685" class="comment byuser comment-author-removearticle bypostauthor odd alt depth-2 highlander-comment">
			<article id="div-comment-11685" class="comment-body">
				<footer class="comment-meta">
					<div class="comment-author vcard">
						<img alt="" src="avatar/68be1a6ac7ed790c3d56c57fa9209fb8-s-42-d-identicon-r-G.jpg" class="avatar avatar-42" height="42" width="42"/>						<b class="fn">Anthony Baker</b> <span class="says">says:</span>					</div><!-- .comment-author -->
					<div class="comment-metadata">
						<a href="/#comment-11685"><time datetime="2020-05-01T00:17:51+00:00">May 1, 2020 at 12:17 am</time></a>					</div><!-- .comment-metadata -->
									</footer><!-- .comment-meta -->
				<div class="comment-content">
					<p>Wonderful! So happy to share my labor of love with you and glad you were able to follow along in the kitchen. Also glad to hear you bought a nice pot. You got one with a thick bottom right? Very important! Happy cooking, happy times and share the love.  Anthony </p>
<p id="comment-like-11685" data-liked="comment-not-liked" class="comment-likes comment-not-liked"><a href="like_comment-11685-_wpnonce-64a461d5a9/" class="comment-like-link needs-login" rel="nofollow" data-blog="92429773"><span>Like</span></a><span id="comment-like-count-11685" class="comment-like-feedback">Like</span></p>
				</div><!-- .comment-content -->
				<div class="reply"><a rel="nofollow" class="comment-reply-link" href="/" data-commentid="11685" data-postid="61" data-belowelement="div-comment-11685" data-respondelement="respond" data-replyto="Reply to Anthony Baker" aria-label="Reply to Anthony Baker">Reply</a></div>			</article><!-- .comment-body -->
		</li><!-- #comment-## -->
</ol><!-- .children -->
</li><!-- #comment-## -->
		<li id="comment-11642" class="comment even thread-odd thread-alt depth-1 parent highlander-comment">
			<article id="div-comment-11642" class="comment-body">
				<footer class="comment-meta">
					<div class="comment-author vcard">
						<img alt="" src="avatar/f5a53b9498599b809fb31925e7930b37-s-42-d-identicon-r-G.jpg" class="avatar avatar-42" height="42" width="42"/>						<b class="fn">Cindy-loo</b> <span class="says">says:</span>					</div><!-- .comment-author -->
					<div class="comment-metadata">
						<a href="/#comment-11642"><time datetime="2020-04-23T17:44:18+00:00">April 23, 2020 at 5:44 pm</time></a>					</div><!-- .comment-metadata -->
									</footer><!-- .comment-meta -->
				<div class="comment-content">
					<p>My husband found your recipe for the spaghetti and meatballs and we don’t use anything else, ever!  When he makes it, he makes a double or triple batch and we freeze the extras.  Sometimes I use it to make lasagna, but mostly we all enjoy it as it is.  I am so thankful he found your magnificent recipe and it has been fun for all of us when he is cooking!!  Thank you for sharing a little of your heritage with us!</p>
<p id="comment-like-11642" data-liked="comment-not-liked" class="comment-likes comment-not-liked"><a href="like_comment-11642-_wpnonce-d023077c21/" class="comment-like-link needs-login" rel="nofollow" data-blog="92429773"><span>Like</span></a><span id="comment-like-count-11642" class="comment-like-feedback">Like</span></p>
				</div><!-- .comment-content -->
				<div class="reply"><a rel="nofollow" class="comment-reply-link" href="/" data-commentid="11642" data-postid="61" data-belowelement="div-comment-11642" data-respondelement="respond" data-replyto="Reply to Cindy-loo" aria-label="Reply to Cindy-loo">Reply</a></div>			</article><!-- .comment-body -->
		<ol class="children">
		<li id="comment-11643" class="comment byuser comment-author-removearticle bypostauthor odd alt depth-2 highlander-comment">
			<article id="div-comment-11643" class="comment-body">
				<footer class="comment-meta">
					<div class="comment-author vcard">
						<img alt="" src="avatar/68be1a6ac7ed790c3d56c57fa9209fb8-s-42-d-identicon-r-G.jpg" class="avatar avatar-42" height="42" width="42"/>						<b class="fn">Anthony Baker</b> <span class="says">says:</span>					</div><!-- .comment-author -->
					<div class="comment-metadata">
						<a href="/#comment-11643"><time datetime="2020-04-23T18:03:33+00:00">April 23, 2020 at 6:03 pm</time></a>					</div><!-- .comment-metadata -->
									</footer><!-- .comment-meta -->
				<div class="comment-content">
					<p>This is wonderful and warms my heart. Triple batch? Oh yeah!!!! 🙂 Keep on cooking and sharing the love!</p>
<p id="comment-like-11643" data-liked="comment-not-liked" class="comment-likes comment-not-liked"><a href="like_comment-11643-_wpnonce-ed6beb1c0c/" class="comment-like-link needs-login" rel="nofollow" data-blog="92429773"><span>Like</span></a><span id="comment-like-count-11643" class="comment-like-feedback">Like</span></p>
				</div><!-- .comment-content -->
				<div class="reply"><a rel="nofollow" class="comment-reply-link" href="/" data-commentid="11643" data-postid="61" data-belowelement="div-comment-11643" data-respondelement="respond" data-replyto="Reply to Anthony Baker" aria-label="Reply to Anthony Baker">Reply</a></div>			</article><!-- .comment-body -->
		</li><!-- #comment-## -->
</ol><!-- .children -->
</li><!-- #comment-## -->
		<li id="comment-11564" class="comment even thread-even depth-1 parent highlander-comment">
			<article id="div-comment-11564" class="comment-body">
				<footer class="comment-meta">
					<div class="comment-author vcard">
						<img alt="" src="avatar/157679e6662c12802536de889a10272f-s-42-d-identicon-r-G.jpg" class="avatar avatar-42" height="42" width="42"/>						<b class="fn">Charles</b> <span class="says">says:</span>					</div><!-- .comment-author -->
					<div class="comment-metadata">
						<a href="/#comment-11564"><time datetime="2020-04-11T19:07:04+00:00">April 11, 2020 at 7:07 pm</time></a>					</div><!-- .comment-metadata -->
									</footer><!-- .comment-meta -->
				<div class="comment-content">
					<p>Anthony, I must also tell you that I’ve been using your recipe since I found it in like 2000! I’ve made other recipes , which are good, but never as good as yours! After I made it the first few times, no one in the family wants grocery store jarred sauce. Love the updates over the years, especially using salt pork to cook the meatballs in! In our house your recipe is known &#8220;Uncle Anthony’s gravy&#8221;.  I’ve also enjoy all your other recipes. Stay well ! Thank you.</p>
<p id="comment-like-11564" data-liked="comment-not-liked" class="comment-likes comment-not-liked"><a href="like_comment-11564-_wpnonce-b6296d89fa/" class="comment-like-link needs-login" rel="nofollow" data-blog="92429773"><span>Like</span></a><span id="comment-like-count-11564" class="comment-like-feedback">Like</span></p>
				</div><!-- .comment-content -->
				<div class="reply"><a rel="nofollow" class="comment-reply-link" href="/" data-commentid="11564" data-postid="61" data-belowelement="div-comment-11564" data-respondelement="respond" data-replyto="Reply to Charles" aria-label="Reply to Charles">Reply</a></div>			</article><!-- .comment-body -->
		<ol class="children">
		<li id="comment-11565" class="comment byuser comment-author-removearticle bypostauthor odd alt depth-2 parent highlander-comment">
			<article id="div-comment-11565" class="comment-body">
				<footer class="comment-meta">
					<div class="comment-author vcard">
						<img alt="" src="avatar/68be1a6ac7ed790c3d56c57fa9209fb8-s-42-d-identicon-r-G.jpg" class="avatar avatar-42" height="42" width="42"/>						<b class="fn">Anthony Baker</b> <span class="says">says:</span>					</div><!-- .comment-author -->
					<div class="comment-metadata">
						<a href="/#comment-11565"><time datetime="2020-04-11T19:33:37+00:00">April 11, 2020 at 7:33 pm</time></a>					</div><!-- .comment-metadata -->
									</footer><!-- .comment-meta -->
				<div class="comment-content">
					<p>Charles, This is wonderful! You’ve been using the recipe since 2000! That is awesome. You found my website in it’s infancy. I liked it better back then. The internet was young and fresh and websites were more creative. Now everyone is forced to use stale template design which is limited in creativity. It became a challenge because of desktops, laptops, cell phones, etc.. so many screen sizes. When I started making the site, cell phones where not even a thing yet. Crazy! So glad you are still making the recipe and that you found my salt pork secret. Man that was the last step I needed to get the gravy to taste just like grandma Salerno’s. We are planing on making homemade paste tomorrow for Easter and I will be making the gravy with all the meats. Glorious! Happy Easter! </p>
<p id="comment-like-11565" data-liked="comment-not-liked" class="comment-likes comment-not-liked"><a href="like_comment-11565-_wpnonce-7092f235fd/" class="comment-like-link needs-login" rel="nofollow" data-blog="92429773"><span>Like</span></a><span id="comment-like-count-11565" class="comment-like-feedback">Like</span></p>
				</div><!-- .comment-content -->
				<div class="reply"><a rel="nofollow" class="comment-reply-link" href="/" data-commentid="11565" data-postid="61" data-belowelement="div-comment-11565" data-respondelement="respond" data-replyto="Reply to Anthony Baker" aria-label="Reply to Anthony Baker">Reply</a></div>			</article><!-- .comment-body -->
		<ol class="children">
		<li id="comment-11649" class="comment even depth-3 highlander-comment">
			<article id="div-comment-11649" class="comment-body">
				<footer class="comment-meta">
					<div class="comment-author vcard">
						<img alt="" src="avatar/157679e6662c12802536de889a10272f-s-42-d-identicon-r-G.jpg" class="avatar avatar-42" height="42" width="42"/>						<b class="fn">Charles Christy</b> <span class="says">says:</span>					</div><!-- .comment-author -->
					<div class="comment-metadata">
						<a href="/#comment-11649"><time datetime="2020-04-25T13:13:26+00:00">April 25, 2020 at 1:13 pm</time></a>					</div><!-- .comment-metadata -->
									</footer><!-- .comment-meta -->
				<div class="comment-content">
					<p>Happy late Easter.  Yes, your Grandma’s recipe has been a staple since the first time I made it. That was so long ago I actually printed the recipe so I had it in the kitchen. Lol.  Stay well Sir!</p>
<p id="comment-like-11649" data-liked="comment-not-liked" class="comment-likes comment-not-liked"><a href="like_comment-11649-_wpnonce-6e85d343c3/" class="comment-like-link needs-login" rel="nofollow" data-blog="92429773"><span>Like</span></a><span id="comment-like-count-11649" class="comment-like-feedback">Like</span></p>
				</div><!-- .comment-content -->
				<div class="reply"><a rel="nofollow" class="comment-reply-link" href="/" data-commentid="11649" data-postid="61" data-belowelement="div-comment-11649" data-respondelement="respond" data-replyto="Reply to Charles Christy" aria-label="Reply to Charles Christy">Reply</a></div>			</article><!-- .comment-body -->
		</li><!-- #comment-## -->
</ol><!-- .children -->
</li><!-- #comment-## -->
</ol><!-- .children -->
</li><!-- #comment-## -->
		<li id="comment-10295" class="comment odd alt thread-odd thread-alt depth-1 parent highlander-comment">
			<article id="div-comment-10295" class="comment-body">
				<footer class="comment-meta">
					<div class="comment-author vcard">
						<img alt="" src="avatar/84adaa395037e8e1b4e95b2bafb9b1fc-s-42-d-identicon-r-G.jpg" class="avatar avatar-42" height="42" width="42"/>						<b class="fn">Johnny</b> <span class="says">says:</span>					</div><!-- .comment-author -->
					<div class="comment-metadata">
						<a href="/#comment-10295"><time datetime="2019-11-29T14:20:42+00:00">November 29, 2019 at 2:20 pm</time></a>					</div><!-- .comment-metadata -->
									</footer><!-- .comment-meta -->
				<div class="comment-content">
					<p>Anthony,<br/>
  This recipe I’ve been using since 2009 and I gotta tell you, I did it again last night for my first hosted Thanksgiving.  My family absolutely loved everything! I always follow the details to a T, and love how the instructions play along with the mood while cooking.  The smell in the house was simply nostalgia. From our family to yours, thank you for sharing all of your time, talent, and more importantly, the food!! Amazing!!!</p>
<p id="comment-like-10295" data-liked="comment-not-liked" class="comment-likes comment-not-liked"><a href="like_comment-10295-_wpnonce-89ff68e069/" class="comment-like-link needs-login" rel="nofollow" data-blog="92429773"><span>Like</span></a><span id="comment-like-count-10295" class="comment-like-feedback">Like</span></p>
				</div><!-- .comment-content -->
				<div class="reply"><a rel="nofollow" class="comment-reply-link" href="/" data-commentid="10295" data-postid="61" data-belowelement="div-comment-10295" data-respondelement="respond" data-replyto="Reply to Johnny" aria-label="Reply to Johnny">Reply</a></div>			</article><!-- .comment-body -->
		<ol class="children">
		<li id="comment-10317" class="comment byuser comment-author-removearticle bypostauthor even depth-2 highlander-comment">
			<article id="div-comment-10317" class="comment-body">
				<footer class="comment-meta">
					<div class="comment-author vcard">
						<img alt="" src="avatar/68be1a6ac7ed790c3d56c57fa9209fb8-s-42-d-identicon-r-G.jpg" class="avatar avatar-42" height="42" width="42"/>						<b class="fn">Anthony Baker</b> <span class="says">says:</span>					</div><!-- .comment-author -->
					<div class="comment-metadata">
						<a href="/#comment-10317"><time datetime="2019-11-30T14:14:29+00:00">November 30, 2019 at 2:14 pm</time></a>					</div><!-- .comment-metadata -->
									</footer><!-- .comment-meta -->
				<div class="comment-content">
					<p>Wonderful! So glad to hear you continue to make the sauce. Happy Thanksgiving and Merry Christmas&#8230; Good times! Share the love 🙂 Lots of cooking coming up. &#8220;tis the season to cook a LOT!</p>
<p id="comment-like-10317" data-liked="comment-not-liked" class="comment-likes comment-not-liked"><a href="like_comment-10317-_wpnonce-68593cba50/" class="comment-like-link needs-login" rel="nofollow" data-blog="92429773"><span>Like</span></a><span id="comment-like-count-10317" class="comment-like-feedback">Like</span></p>
				</div><!-- .comment-content -->
				<div class="reply"><a rel="nofollow" class="comment-reply-link" href="/" data-commentid="10317" data-postid="61" data-belowelement="div-comment-10317" data-respondelement="respond" data-replyto="Reply to Anthony Baker" aria-label="Reply to Anthony Baker">Reply</a></div>			</article><!-- .comment-body -->
		</li><!-- #comment-## -->
</ol><!-- .children -->
</li><!-- #comment-## -->
		<li id="comment-10007" class="comment odd alt thread-even depth-1 parent highlander-comment">
			<article id="div-comment-10007" class="comment-body">
				<footer class="comment-meta">
					<div class="comment-author vcard">
						<img alt="" src="avatar/eb6ad39f00298fed8dbd11eb14d04f90-s-42-d-identicon-r-G.jpg" class="avatar avatar-42" height="42" width="42"/>						<b class="fn">Kevin McCarthy</b> <span class="says">says:</span>					</div><!-- .comment-author -->
					<div class="comment-metadata">
						<a href="/#comment-10007"><time datetime="2019-11-09T20:50:34+00:00">November 9, 2019 at 8:50 pm</time></a>					</div><!-- .comment-metadata -->
									</footer><!-- .comment-meta -->
				<div class="comment-content">
					<p>Hello Anthony!!</p>
<p>Wow, it has been DECADES since I last visited your website!  I suspect I’m one of the first ever viewers!  Waaay back when I found your site and made the recipes (20 years ago?  Early 2000’s for sure, maybe earlier) all of which are excellent, I just love that this is still up after so long.  In fact, I still have the mp3 archive of Music for Cooking Italian (160bit) and listen to it when I make this feast of wonderful authentic Italian food (they’re dated 2005 but I’m almost certain I visited years before, I want to say 199X, but Im getting old so my memory is a bit foggy on that).  I’m so happy this is still up and people are discovering your site.  These recipes have become a tradition here and given us years of delicious food and family time making and eating it.  Keep up the great work Anthony, this made me smile so big that it is still up and running, sharing the great secrets of amazing sauce, balls, and braciole.   To anyone making this, DONT SKIP THE BRACIOLE!!  It’s absolutely amazing and makes this feast legendary.   Thanks again for all the years of amazing tradition and hope you’re around in another 20 years!!</p>
<p>Kevin</p>
<p id="comment-like-10007" data-liked="comment-not-liked" class="comment-likes comment-not-liked"><a href="like_comment-10007-_wpnonce-bbe31ff642/" class="comment-like-link needs-login" rel="nofollow" data-blog="92429773"><span>Like</span></a><span id="comment-like-count-10007" class="comment-like-feedback">Like</span></p>
				</div><!-- .comment-content -->
				<div class="reply"><a rel="nofollow" class="comment-reply-link" href="/" data-commentid="10007" data-postid="61" data-belowelement="div-comment-10007" data-respondelement="respond" data-replyto="Reply to Kevin McCarthy" aria-label="Reply to Kevin McCarthy">Reply</a></div>			</article><!-- .comment-body -->
		<ol class="children">
		<li id="comment-10014" class="comment byuser comment-author-removearticle bypostauthor even depth-2 parent highlander-comment">
			<article id="div-comment-10014" class="comment-body">
				<footer class="comment-meta">
					<div class="comment-author vcard">
						<img alt="" src="avatar/68be1a6ac7ed790c3d56c57fa9209fb8-s-42-d-identicon-r-G.jpg" class="avatar avatar-42" height="42" width="42"/>						<b class="fn">Anthony Baker</b> <span class="says">says:</span>					</div><!-- .comment-author -->
					<div class="comment-metadata">
						<a href="/#comment-10014"><time datetime="2019-11-10T01:39:08+00:00">November 10, 2019 at 1:39 am</time></a>					</div><!-- .comment-metadata -->
									</footer><!-- .comment-meta -->
				<div class="comment-content">
					<p>Hey Kevin, Wow, this is fantastic! Yes, you are an early site visitor for sure. I started the site in 1998. I miss the old design. I had to redesign everything to be &#8220;dynamic&#8221; so it will work on desktops, laptops, tablets and phones, etc&#8230;. Who knew&#8230;? When I first designed the website, cell phone where not even a thing yet! I was able to be more creative with the site in the old days. Going with dynamic design has it’s limitations for sure.  Ah yes, the old 160bit mp3 cooking music. Wonderful memories! Glad you stumble onto the site again. There is still a lot more I want to add to it but life has been moving fast, kids growing up into young adults, so much going on. I still try hard to have family dinners. Getting the family to the table and having conversations at the table is a treasure! I plan on making new videos soon. It warms my heart that you remember the website, the recipes and are still making the recipes. I poured a lot into the website, so much fun to share the recipes with the world. I have loved all the emails I have received over the years. So many great stories from people who remember their Italian grandma’s cooking and growing up with Italian food and the long Sunday dinners that started early afternoon and went on until late evening. Good times! Happy cooking, happy times and pour love into the cooking for the ones you love!  </p>
<p>Here is something fun, I just checked the wayback machine and hey have archives of my old website design. Fun to check out:  <a href="http://www.spaghettisauceandmeatballs.com:80/index.html" rel="nofollow ugc">http://www.spaghettisauceandmeatballs.com:80/index.html</a></p>
<p id="comment-like-10014" data-liked="comment-not-liked" class="comment-likes comment-not-liked"><a href="like_comment-10014-_wpnonce-dc8eccf406/" class="comment-like-link needs-login" rel="nofollow" data-blog="92429773"><span>Like</span></a><span id="comment-like-count-10014" class="comment-like-feedback">Like</span></p>
				</div><!-- .comment-content -->
				<div class="reply"><a rel="nofollow" class="comment-reply-link" href="/" data-commentid="10014" data-postid="61" data-belowelement="div-comment-10014" data-respondelement="respond" data-replyto="Reply to Anthony Baker" aria-label="Reply to Anthony Baker">Reply</a></div>			</article><!-- .comment-body -->
		<ol class="children">
		<li id="comment-11639" class="comment odd alt depth-3 parent highlander-comment">
			<article id="div-comment-11639" class="comment-body">
				<footer class="comment-meta">
					<div class="comment-author vcard">
						<img alt="" src="avatar/dc8b7e236b180eb1505a47b61d4e300a-s-42-d-identicon-r-G.jpg" class="avatar avatar-42" height="42" width="42"/>						<b class="fn">ThatGuy</b> <span class="says">says:</span>					</div><!-- .comment-author -->
					<div class="comment-metadata">
						<a href="/#comment-11639"><time datetime="2020-04-23T10:49:41+00:00">April 23, 2020 at 10:49 am</time></a>					</div><!-- .comment-metadata -->
									</footer><!-- .comment-meta -->
				<div class="comment-content">
					<p>That’s the site I remember! I still have a printed out copy of the recipe from back then.</p>
<p id="comment-like-11639" data-liked="comment-not-liked" class="comment-likes comment-not-liked"><a href="like_comment-11639-_wpnonce-2c58669af4/" class="comment-like-link needs-login" rel="nofollow" data-blog="92429773"><span>Like</span></a><span id="comment-like-count-11639" class="comment-like-feedback">Like</span></p>
				</div><!-- .comment-content -->
				<div class="reply"><a rel="nofollow" class="comment-reply-link" href="/" data-commentid="11639" data-postid="61" data-belowelement="div-comment-11639" data-respondelement="respond" data-replyto="Reply to ThatGuy" aria-label="Reply to ThatGuy">Reply</a></div>			</article><!-- .comment-body -->
		<ol class="children">
		<li id="comment-11641" class="comment byuser comment-author-removearticle bypostauthor even depth-4 highlander-comment">
			<article id="div-comment-11641" class="comment-body">
				<footer class="comment-meta">
					<div class="comment-author vcard">
						<img alt="" src="avatar/68be1a6ac7ed790c3d56c57fa9209fb8-s-42-d-identicon-r-G.jpg" class="avatar avatar-42" height="42" width="42"/>						<b class="fn">Anthony Baker</b> <span class="says">says:</span>					</div><!-- .comment-author -->
					<div class="comment-metadata">
						<a href="/#comment-11641"><time datetime="2020-04-23T11:31:09+00:00">April 23, 2020 at 11:31 am</time></a>					</div><!-- .comment-metadata -->
									</footer><!-- .comment-meta -->
				<div class="comment-content">
					<p>Check this out. Here is a snapshot from thewaybackmachine from 2004.<br/>
<a href="http://www.spaghettisauceandmeatballs.com/index.html" rel="nofollow ugc">http://www.spaghettisauceandmeatballs.com/index.html</a></p>
<p>They don’t back in time farther than that for my site history. Fun to be able to backtrack through the years in design.</p>
<p id="comment-like-11641" data-liked="comment-not-liked" class="comment-likes comment-not-liked"><a href="like_comment-11641-_wpnonce-e610d498fc/" class="comment-like-link needs-login" rel="nofollow" data-blog="92429773"><span>Like</span></a><span id="comment-like-count-11641" class="comment-like-feedback">Like</span></p>
				</div><!-- .comment-content -->
							</article><!-- .comment-body -->
		</li><!-- #comment-## -->
</ol><!-- .children -->
</li><!-- #comment-## -->
</ol><!-- .children -->
</li><!-- #comment-## -->
</ol><!-- .children -->
</li><!-- #comment-## -->
		<li id="comment-9706" class="comment odd alt thread-odd thread-alt depth-1 parent highlander-comment">
			<article id="div-comment-9706" class="comment-body">
				<footer class="comment-meta">
					<div class="comment-author vcard">
						<img alt="" src="avatar/a275c4c6b5f30faf42d82017361da02f-s-42-d-identicon-r-G.jpg" class="avatar avatar-42" height="42" width="42"/>						<b class="fn">Tina Creel</b> <span class="says">says:</span>					</div><!-- .comment-author -->
					<div class="comment-metadata">
						<a href="/#comment-9706"><time datetime="2019-10-20T17:38:06+00:00">October 20, 2019 at 5:38 pm</time></a>					</div><!-- .comment-metadata -->
									</footer><!-- .comment-meta -->
				<div class="comment-content">
					<p>Anthony,<br/>
I made your wonderful spaghetti and meatballs and I have to say it was fun because I followed ALL the directions down to the wine and great music! It was the best ever! I lost the website for awhile but I have saved it everywhere now. I will be making it again soon. Thanks so much for sharing. Gotta get back to my chicken and dumplings (also great) .<br/>
Thanks,<br/>
Tina</p>
<p id="comment-like-9706" data-liked="comment-not-liked" class="comment-likes comment-not-liked"><a href="like_comment-9706-_wpnonce-813304155b/" class="comment-like-link needs-login" rel="nofollow" data-blog="92429773"><span>Like</span></a><span id="comment-like-count-9706" class="comment-like-feedback">Like</span></p>
				</div><!-- .comment-content -->
				<div class="reply"><a rel="nofollow" class="comment-reply-link" href="/" data-commentid="9706" data-postid="61" data-belowelement="div-comment-9706" data-respondelement="respond" data-replyto="Reply to Tina Creel" aria-label="Reply to Tina Creel">Reply</a></div>			</article><!-- .comment-body -->
		<ol class="children">
		<li id="comment-9707" class="comment byuser comment-author-removearticle bypostauthor even depth-2 parent highlander-comment">
			<article id="div-comment-9707" class="comment-body">
				<footer class="comment-meta">
					<div class="comment-author vcard">
						<img alt="" src="avatar/68be1a6ac7ed790c3d56c57fa9209fb8-s-42-d-identicon-r-G.jpg" class="avatar avatar-42" height="42" width="42"/>						<b class="fn">Anthony Baker</b> <span class="says">says:</span>					</div><!-- .comment-author -->
					<div class="comment-metadata">
						<a href="/#comment-9707"><time datetime="2019-10-20T19:46:33+00:00">October 20, 2019 at 7:46 pm</time></a>					</div><!-- .comment-metadata -->
									</footer><!-- .comment-meta -->
				<div class="comment-content">
					<p>Tina, this is wonderful! So glad you found the site again 🙂 Happy to share my labor of love with you.  I have plans to make an updated video for the recipe but life keeps getting in the way. Happy cooking, happy times and share the love.</p>
<p id="comment-like-9707" data-liked="comment-not-liked" class="comment-likes comment-not-liked"><a href="like_comment-9707-_wpnonce-31bf93ebb7/" class="comment-like-link needs-login" rel="nofollow" data-blog="92429773"><span>Like</span></a><span id="comment-like-count-9707" class="comment-like-feedback">Like</span></p>
				</div><!-- .comment-content -->
				<div class="reply"><a rel="nofollow" class="comment-reply-link" href="/" data-commentid="9707" data-postid="61" data-belowelement="div-comment-9707" data-respondelement="respond" data-replyto="Reply to Anthony Baker" aria-label="Reply to Anthony Baker">Reply</a></div>			</article><!-- .comment-body -->
		<ol class="children">
		<li id="comment-9924" class="comment odd alt depth-3 parent highlander-comment">
			<article id="div-comment-9924" class="comment-body">
				<footer class="comment-meta">
					<div class="comment-author vcard">
						<img alt="" src="avatar/08de9c7b7dd36aa6a91d94647afbd93c-s-42-d-identicon-r-G.jpg" class="avatar avatar-42" height="42" width="42"/>						<b class="fn">Leonard</b> <span class="says">says:</span>					</div><!-- .comment-author -->
					<div class="comment-metadata">
						<a href="/#comment-9924"><time datetime="2019-11-04T09:11:49+00:00">November 4, 2019 at 9:11 am</time></a>					</div><!-- .comment-metadata -->
									</footer><!-- .comment-meta -->
				<div class="comment-content">
					<p>This is just like my Grandmother’s gravy! I make it as much as I can thank you. I also lost the website and now have it saved everywhere lol.</p>
<p id="comment-like-9924" data-liked="comment-not-liked" class="comment-likes comment-not-liked"><a href="like_comment-9924-_wpnonce-1ac8057d12/" class="comment-like-link needs-login" rel="nofollow" data-blog="92429773"><span>Like</span></a><span id="comment-like-count-9924" class="comment-like-feedback">Like</span></p>
				</div><!-- .comment-content -->
				<div class="reply"><a rel="nofollow" class="comment-reply-link" href="/" data-commentid="9924" data-postid="61" data-belowelement="div-comment-9924" data-respondelement="respond" data-replyto="Reply to Leonard" aria-label="Reply to Leonard">Reply</a></div>			</article><!-- .comment-body -->
		<ol class="children">
		<li id="comment-9928" class="comment byuser comment-author-removearticle bypostauthor even depth-4 highlander-comment">
			<article id="div-comment-9928" class="comment-body">
				<footer class="comment-meta">
					<div class="comment-author vcard">
						<img alt="" src="avatar/68be1a6ac7ed790c3d56c57fa9209fb8-s-42-d-identicon-r-G.jpg" class="avatar avatar-42" height="42" width="42"/>						<b class="fn">Anthony Baker</b> <span class="says">says:</span>					</div><!-- .comment-author -->
					<div class="comment-metadata">
						<a href="/#comment-9928"><time datetime="2019-11-04T12:36:12+00:00">November 4, 2019 at 12:36 pm</time></a>					</div><!-- .comment-metadata -->
									</footer><!-- .comment-meta -->
				<div class="comment-content">
					<p>Yay! Glad you found it again 🙂 Saved everywhere&#8230; I like that! Happy cooking and remember to pour lots of love into the pot for the ones you love.</p>
<p id="comment-like-9928" data-liked="comment-not-liked" class="comment-likes comment-not-liked"><a href="like_comment-9928-_wpnonce-725f7eec77/" class="comment-like-link needs-login" rel="nofollow" data-blog="92429773"><span>Like</span></a><span id="comment-like-count-9928" class="comment-like-feedback">Like</span></p>
				</div><!-- .comment-content -->
							</article><!-- .comment-body -->
		</li><!-- #comment-## -->
</ol><!-- .children -->
</li><!-- #comment-## -->
</ol><!-- .children -->
</li><!-- #comment-## -->
</ol><!-- .children -->
</li><!-- #comment-## -->
		</ol><!-- .comment-list -->
	<nav class="navigation comment-navigation" aria-label="Comments">
		<h2 class="screen-reader-text">Comments navigation</h2>
		<div class="nav-links"><div class="nav-previous"><a href="/#comments">Older comments</a></div></div>
	</nav>
		<div id="respond" class="comment-respond">
		<h2 id="reply-title" class="comment-reply-title">Leave a Reply <small><a rel="nofollow" id="cancel-comment-reply-link" href="/#respond" style="display:none;">Cancel reply</a></small></h2><form action="/" method="post" id="commentform" class="comment-form" novalidate><input type="hidden" id="highlander_comment_nonce" name="highlander_comment_nonce" value="bd3aa6c2de"/><input type="hidden" name="_wp_http_referer" value="/"/>
<input type="hidden" name="hc_post_as" id="hc_post_as" value="guest"/>
<div class="comment-form-field comment-textarea">
	<label for="comment">Enter your comment here...</label>
	<div id="comment-form-comment"><textarea id="comment" name="comment" title="Enter your comment here..."></textarea></div>
</div>
<div id="comment-form-identity">
	<div id="comment-form-nascar">
		<p>Fill in your details below or click an icon to log in:</p>
		<ul>
			<li class="selected" style="display:none;">
				<a href="#comment-form-guest" id="postas-guest" class="nascar-signin-link" title="Login via Guest">
									</a>
			</li>
			<li>
				<a href="#comment-form-load-service:WordPress.com" id="postas-wordpress" class="nascar-signin-link" title="Login via WordPress.com">
					<svg xmlns="http://www.w3.org/2000/svg" role="presentation" viewbox="0 0 24 24"><rect x="0" fill="none" width="24" height="24"/><g><path fill="#0087be" d="M12.158 12.786l-2.698 7.84c.806.236 1.657.365 2.54.365 1.047 0 2.05-.18 2.986-.51-.024-.037-.046-.078-.065-.123l-2.762-7.57zM3.008 12c0 3.56 2.07 6.634 5.068 8.092L3.788 8.342c-.5 1.117-.78 2.354-.78 3.658zm15.06-.454c0-1.112-.398-1.88-.74-2.48-.456-.74-.883-1.368-.883-2.11 0-.825.627-1.595 1.51-1.595.04 0 .078.006.116.008-1.598-1.464-3.73-2.36-6.07-2.36-3.14 0-5.904 1.613-7.512 4.053.21.008.41.012.58.012.94 0 2.395-.114 2.395-.114.484-.028.54.684.057.74 0 0-.487.058-1.03.086l3.275 9.74 1.968-5.902-1.4-3.838c-.485-.028-.944-.085-.944-.085-.486-.03-.43-.77.056-.742 0 0 1.484.114 2.368.114.94 0 2.397-.114 2.397-.114.486-.028.543.684.058.74 0 0-.488.058-1.03.086l3.25 9.665.897-2.997c.456-1.17.684-2.137.684-2.907zm1.82-3.86c.04.286.06.593.06.924 0 .912-.17 1.938-.683 3.22l-2.746 7.94c2.672-1.558 4.47-4.454 4.47-7.77 0-1.564-.4-3.033-1.1-4.314zM12 22C6.486 22 2 17.514 2 12S6.486 2 12 2s10 4.486 10 10-4.486 10-10 10z"/></g></svg>				</a>
			</li>
			<li>
				<a href="#comment-form-load-service:Twitter" id="postas-twitter" class="nascar-signin-link" title="Login via Twitter">
					<svg xmlns="http://www.w3.org/2000/svg" role="presentation" viewbox="0 0 24 24"><rect x="0" fill="none" width="24" height="24"/><g><path fill="#1DA1F2" d="M22.23 5.924c-.736.326-1.527.547-2.357.646.847-.508 1.498-1.312 1.804-2.27-.793.47-1.67.812-2.606.996C18.325 4.498 17.258 4 16.078 4c-2.266 0-4.103 1.837-4.103 4.103 0 .322.036.635.106.935-3.41-.17-6.433-1.804-8.457-4.287-.353.607-.556 1.312-.556 2.064 0 1.424.724 2.68 1.825 3.415-.673-.022-1.305-.207-1.86-.514v.052c0 1.988 1.415 3.647 3.293 4.023-.344.095-.707.145-1.08.145-.265 0-.522-.026-.773-.074.522 1.63 2.038 2.817 3.833 2.85-1.404 1.1-3.174 1.757-5.096 1.757-.332 0-.66-.02-.98-.057 1.816 1.164 3.973 1.843 6.29 1.843 7.547 0 11.675-6.252 11.675-11.675 0-.178-.004-.355-.012-.53.802-.578 1.497-1.3 2.047-2.124z"/></g></svg>				</a>
			</li>
			<li>
				<a href="#comment-form-load-service:Facebook" id="postas-facebook" class="nascar-signin-link" title="Login via Facebook">
					<svg xmlns="http://www.w3.org/2000/svg" role="presentation" viewbox="0 0 24 24"><rect x="0" fill="none" width="24" height="24"/><g><path fill="#3B5998" d="M20.007 3H3.993C3.445 3 3 3.445 3 3.993v16.013c0 .55.445.994.993.994h8.62v-6.97H10.27V11.31h2.346V9.31c0-2.325 1.42-3.59 3.494-3.59.993 0 1.847.073 2.096.106v2.43h-1.438c-1.128 0-1.346.537-1.346 1.324v1.734h2.69l-.35 2.717h-2.34V21h4.587c.548 0 .993-.445.993-.993V3.993c0-.548-.445-.993-.993-.993z"/></g></svg>				</a>
			</li>
		</ul>
	</div>
	<div id="comment-form-guest" class="comment-form-service selected">
		<div class="comment-form-padder">
			<div class="comment-form-avatar">
<a href="https://gravatar.com/site/signup/" target="_blank">				<img src="avatar/ad516503a11cd5ca435acc9bb6523536-s-25-d-identicon-forcedefault-y-r-G.jpg" alt="Gravatar" width="25" class="no-grav"/>
</a>			</div>
				<div class="comment-form-fields">
				<div class="comment-form-field comment-form-email">
					<label for="email">Email <span class="required">(required)</span> <span class="nopublish">(Address never made public)</span></label>
					<div class="comment-form-input"><input id="email" name="email" type="email" value=""/></div>
				</div>
				<div class="comment-form-field comment-form-author">
					<label for="author">Name <span class="required">(required)</span></label>
					<div class="comment-form-input"><input id="author" name="author" type="text" value=""/></div>
				</div>
				<div class="comment-form-field comment-form-url">
					<label for="url">Website</label>
					<div class="comment-form-input"><input id="url" name="url" type="url" value=""/></div>
				</div>
			</div>
		</div>
	</div>
	<div id="comment-form-wordpress" class="comment-form-service">
		<div class="comment-form-padder">
			<div class="comment-form-avatar">
				<img src="avatar/ad516503a11cd5ca435acc9bb6523536-s-25-d-identicon-forcedefault-y-r-G.jpg" alt="WordPress.com Logo" width="25" class="no-grav"/>
			</div>
				<div class="comment-form-fields">
				<input type="hidden" name="wp_avatar" id="wordpress-avatar" class="comment-meta-wordpress" value=""/>
				<input type="hidden" name="wp_user_id" id="wordpress-user_id" class="comment-meta-wordpress" value=""/>
				<input type="hidden" name="wp_access_token" id="wordpress-access_token" class="comment-meta-wordpress" value=""/>
						<p class="comment-form-posting-as pa-wordpress">
			<strong></strong>
			You are commenting using your WordPress.com account.			<span class="comment-form-log-out">
				(&nbsp;<a href="javascript:HighlanderComments.doExternalLogout( 'wordpress' );">Log&nbsp;Out</a>&nbsp;/&nbsp;
				<a href="#" onclick="javascript:HighlanderComments.switchAccount();return false;">Change</a>&nbsp;)
			</span>
			<span class="pa-icon"><svg xmlns="http://www.w3.org/2000/svg" role="presentation" viewbox="0 0 24 24"><rect x="0" fill="none" width="24" height="24"/><g><path fill="#0087be" d="M12.158 12.786l-2.698 7.84c.806.236 1.657.365 2.54.365 1.047 0 2.05-.18 2.986-.51-.024-.037-.046-.078-.065-.123l-2.762-7.57zM3.008 12c0 3.56 2.07 6.634 5.068 8.092L3.788 8.342c-.5 1.117-.78 2.354-.78 3.658zm15.06-.454c0-1.112-.398-1.88-.74-2.48-.456-.74-.883-1.368-.883-2.11 0-.825.627-1.595 1.51-1.595.04 0 .078.006.116.008-1.598-1.464-3.73-2.36-6.07-2.36-3.14 0-5.904 1.613-7.512 4.053.21.008.41.012.58.012.94 0 2.395-.114 2.395-.114.484-.028.54.684.057.74 0 0-.487.058-1.03.086l3.275 9.74 1.968-5.902-1.4-3.838c-.485-.028-.944-.085-.944-.085-.486-.03-.43-.77.056-.742 0 0 1.484.114 2.368.114.94 0 2.397-.114 2.397-.114.486-.028.543.684.058.74 0 0-.488.058-1.03.086l3.25 9.665.897-2.997c.456-1.17.684-2.137.684-2.907zm1.82-3.86c.04.286.06.593.06.924 0 .912-.17 1.938-.683 3.22l-2.746 7.94c2.672-1.558 4.47-4.454 4.47-7.77 0-1.564-.4-3.033-1.1-4.314zM12 22C6.486 22 2 17.514 2 12S6.486 2 12 2s10 4.486 10 10-4.486 10-10 10z"/></g></svg></span>
		</p>
					</div>
		</div>
	</div>
	<div id="comment-form-twitter" class="comment-form-service">
		<div class="comment-form-padder">
			<div class="comment-form-avatar">
				<img src="avatar/ad516503a11cd5ca435acc9bb6523536-s-25-d-identicon-forcedefault-y-r-G.jpg" alt="Twitter picture" width="25" class="no-grav"/>
			</div>
				<div class="comment-form-fields">
				<input type="hidden" name="twitter_avatar" id="twitter-avatar" class="comment-meta-twitter" value=""/>
				<input type="hidden" name="twitter_user_id" id="twitter-user_id" class="comment-meta-twitter" value=""/>
				<input type="hidden" name="twitter_access_token" id="twitter-access_token" class="comment-meta-twitter" value=""/>
						<p class="comment-form-posting-as pa-twitter">
			<strong></strong>
			You are commenting using your Twitter account.			<span class="comment-form-log-out">
				(&nbsp;<a href="javascript:HighlanderComments.doExternalLogout( 'twitter' );">Log&nbsp;Out</a>&nbsp;/&nbsp;
				<a href="#" onclick="javascript:HighlanderComments.switchAccount();return false;">Change</a>&nbsp;)
			</span>
			<span class="pa-icon"><svg xmlns="http://www.w3.org/2000/svg" role="presentation" viewbox="0 0 24 24"><rect x="0" fill="none" width="24" height="24"/><g><path fill="#1DA1F2" d="M22.23 5.924c-.736.326-1.527.547-2.357.646.847-.508 1.498-1.312 1.804-2.27-.793.47-1.67.812-2.606.996C18.325 4.498 17.258 4 16.078 4c-2.266 0-4.103 1.837-4.103 4.103 0 .322.036.635.106.935-3.41-.17-6.433-1.804-8.457-4.287-.353.607-.556 1.312-.556 2.064 0 1.424.724 2.68 1.825 3.415-.673-.022-1.305-.207-1.86-.514v.052c0 1.988 1.415 3.647 3.293 4.023-.344.095-.707.145-1.08.145-.265 0-.522-.026-.773-.074.522 1.63 2.038 2.817 3.833 2.85-1.404 1.1-3.174 1.757-5.096 1.757-.332 0-.66-.02-.98-.057 1.816 1.164 3.973 1.843 6.29 1.843 7.547 0 11.675-6.252 11.675-11.675 0-.178-.004-.355-.012-.53.802-.578 1.497-1.3 2.047-2.124z"/></g></svg></span>
		</p>
					</div>
		</div>
	</div>
	<div id="comment-form-facebook" class="comment-form-service">
		<div class="comment-form-padder">
			<div class="comment-form-avatar">
				<img src="https://spaghettisauceandmeatballs.com/" alt="Facebook photo" width="25" class="no-grav"/>
			</div>
				<div class="comment-form-fields">
				<input type="hidden" name="fb_avatar" id="facebook-avatar" class="comment-meta-facebook" value=""/>
				<input type="hidden" name="fb_user_id" id="facebook-user_id" class="comment-meta-facebook" value=""/>
				<input type="hidden" name="fb_access_token" id="facebook-access_token" class="comment-meta-facebook" value=""/>
						<p class="comment-form-posting-as pa-facebook">
			<strong></strong>
			You are commenting using your Facebook account.			<span class="comment-form-log-out">
				(&nbsp;<a href="javascript:HighlanderComments.doExternalLogout( 'facebook' );">Log&nbsp;Out</a>&nbsp;/&nbsp;
				<a href="#" onclick="javascript:HighlanderComments.switchAccount();return false;">Change</a>&nbsp;)
			</span>
			<span class="pa-icon"><svg xmlns="http://www.w3.org/2000/svg" role="presentation" viewbox="0 0 24 24"><rect x="0" fill="none" width="24" height="24"/><g><path fill="#3B5998" d="M20.007 3H3.993C3.445 3 3 3.445 3 3.993v16.013c0 .55.445.994.993.994h8.62v-6.97H10.27V11.31h2.346V9.31c0-2.325 1.42-3.59 3.494-3.59.993 0 1.847.073 2.096.106v2.43h-1.438c-1.128 0-1.346.537-1.346 1.324v1.734h2.69l-.35 2.717h-2.34V21h4.587c.548 0 .993-.445.993-.993V3.993c0-.548-.445-.993-.993-.993z"/></g></svg></span>
		</p>
					</div>
		</div>
	</div>
	<div id="comment-form-load-service" class="comment-form-service">
		<div class="comment-form-posting-as-cancel"><a href="javascript:HighlanderComments.cancelExternalWindow();">Cancel</a></div>
		<p>Connecting to %s</p>
	</div>
</div>
<script type="text/javascript">
var highlander_expando_javascript = function () {
	function hide( sel ) {
		var el = document.querySelector( sel );
		if ( el ) {
			el.style.setProperty( 'display', 'none' );
		}
	}
	function show( sel ) {
		var el = document.querySelector( sel );
		if ( el ) {
			el.style.removeProperty( 'display' );
		}
	}
	var input = document.createElement( 'input' );
	var comment = document.querySelector( '#comment' );
	if ( input && comment && 'placeholder' in input ) {
		var label = document.querySelector( '.comment-textarea label' );
		if ( label ) {
			var text = label.textContent;
			label.parentNode.removeChild( label );
			comment.setAttribute( 'placeholder', text );
		}
	}
	// Expando Mode: start small, then auto-resize on first click + text length
	hide( '#comment-form-identity' );
	hide( '#comment-form-subscribe' );
	hide( '#commentform .form-submit' );
	if ( comment ) {
		comment.style.height = '10px';
		var handler = function () {
			comment.style.height = HighlanderComments.initialHeight + 'px';
			show( '#comment-form-identity' );
			show( '#comment-form-subscribe' );
			show( '#commentform .form-submit' );
			HighlanderComments.resizeCallback();
			comment.removeEventListener( 'focus', handler );
		};
		comment.addEventListener( 'focus', handler );
	}
}
if ( document.readyState !== 'loading' ) {
	highlander_expando_javascript();
} else {
	document.addEventListener( 'DOMContentLoaded', highlander_expando_javascript );
}
</script>
<div id="comment-form-subscribe">
	<p class="comment-subscription-form"><input type="checkbox" name="subscribe" id="subscribe" value="subscribe" style="width: auto;"/> <label class="subscribe-label" id="subscribe-label" for="subscribe" style="display: inline;">Notify me of new comments via email.</label></p><p class="post-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto;"/> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog" style="display: inline;">Notify me of new posts via email.</label></p></div>
<p class="form-submit"><input name="submit" type="submit" id="comment-submit" class="submit button" value="Post Comment"/> <input type="hidden" name="comment_post_ID" value="61" id="comment_post_ID"/>
<input type="hidden" name="comment_parent" id="comment_parent" value="0"/>
</p><p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="5433a787bb"/></p>
<input type="hidden" name="genseq" value="1672842620"/>
<p style="display: none !important;"><label>&#916;<textarea name="ak_hp_textarea" cols="45" rows="8" maxlength="100"></textarea></label><input type="hidden" id="ak_js_1" name="ak_js" value="6"/><script>document.getElementById( "ak_js_1" ).setAttribute( "value", ( new Date() ).getTime() );</script></p></form>	</div><!-- #respond -->
	<div style="clear: both"></div>
</div><!-- .comments-area -->
	</main><!-- .site-main -->
	<aside id="content-bottom-widgets" class="content-bottom-widgets">
			<div class="widget-area">
			<section id="block-11" class="widget widget_block widget_search"><form role="search" method="get" action="/" class="wp-block-search__button-outside wp-block-search__text-button wp-block-search"><label for="wp-block-search__input-3" class="wp-block-search__label">Search</label><div class="wp-block-search__inside-wrapper "><input type="search" id="wp-block-search__input-3" class="wp-block-search__input wp-block-search__input" name="s" value="" placeholder="" required/><button type="submit" class="wp-block-search__button wp-element-button">Search</button></div></form></section>		</div><!-- .widget-area -->
	</aside><!-- .content-bottom-widgets -->
</div><!-- .content-area -->
	<aside id="secondary" class="sidebar widget-area">
		<section id="block-13" class="widget widget_block widget_search"><form role="search" method="get" action="/" class="wp-block-search__button-outside wp-block-search__text-button wp-block-search"><label for="wp-block-search__input-4" class="wp-block-search__label">Search</label><div class="wp-block-search__inside-wrapper " style="width: 288px"><input type="search" id="wp-block-search__input-4" class="wp-block-search__input wp-block-search__input" name="s" value="" placeholder="" required/><button type="submit" class="wp-block-search__button wp-element-button">Search</button></div></form></section><section id="block-18" class="widget widget_block widget_text">
<p class="has-text-align-center"><img decoding="async" loading="lazy" width="691" height="252" class="wp-image-3635" style="width:300px" src="2022/07/follow-me-on-facebook.png" alt=""><br><a href="https://www.facebook.com/Anthonys-Italian-Recipes-Just-Like-Grandma-Used-To-Make-301477024201/" target="_blank" rel="noreferrer noopener">Join the conversation</a>.</p>
</section><section id="block-8" class="widget widget_block widget_text">
<p class="has-text-align-left">MY ITALIAN GRANDMOTHER<br><br><img decoding="async" loading="lazy" width="247" height="240" class="wp-image-607" style="width:300px" src="2015/06/anthony-and-grandma-salerno.jpg" alt="Anthony And Grandma Salerno"><br>I have created a special page in honor of my Italian grandmother. She taught me much about cooking for the ones you love. <br> <a href="my-italian-grandma/">All about Grandma Salerno</a></p>
</section><section id="block-10" class="widget widget_block widget_text">
<p>SAUCE TALK!<br><br><img decoding="async" loading="lazy" width="246" height="177" class="wp-image-2791" style="width:300px" src="2015/07/sauce-talk-with-grandma.jpg" alt=""><br>This is a special section of the website where I share some of my favorite conversations with site visitors. <a href="sauce-talk/">Let's talk about some Italian food and family</a>! Photo of grandma Salerno and my Uncle Phillip.</p>
</section><section id="block-14" class="widget widget_block widget_text">
<p><strong>ITALIAN-AMERICAN CLASSICS</strong><br><br><img decoding="async" loading="lazy" width="246" height="156" class="wp-image-1207" style="width:300px" src="2015/07/sunday-gravy.jpg" alt=""><br><a href="/">The Sunday Gravy</a> (or pasta sauce if you want to call it that) with all the meats! All the details on how to make this amazing meal! It's <strong>very important</strong> that you have a gravy bowl or two filled up with sauce at all times throughout the meal.<br><br><img decoding="async" loading="lazy" width="246" height="149" class="wp-image-3628" style="width:300px" src="2022/07/lasagna-sidebar.jpg" alt=""><br>Lasagna! <a href="lasagna-recipe/">Learn how to cook it like grandma did</a>!<br><br><img decoding="async" loading="lazy" width="246" height="153" class="wp-image-1205" style="width:300px" src="2015/07/chicken-cutlets.jpg" alt=""><br>Chicken Cutlets! My very favorite! <a href="anthonys-chicken-cutlet-recipe/">Learn the secrets of how cook the cutlets like grandma did</a>!<br><br><img decoding="async" loading="lazy" width="246" height="156" class="wp-image-3645" style="width:300px" src="2022/07/anisette-cookies.jpg" alt=""><br>Anisette Cookies! These are my favorite Christmas cookies of all time. It's not Christmas time until we make these special treats!<a href="anthonys-anisette-cookie-recipe/"> You have got to try these out! Easy to make!</a><br><br><img decoding="async" loading="lazy" width="246" height="160" class="wp-image-1413" style="width:300px" src="2015/07/stuffed_artichoke-sidebar.jpg" alt=""><br>These stuffed artichokes are a special treat! They even require a little lesson on how to actually eat them.<a href="stuffed-artichoke-recipe/"> Learn how to make these like grandma did.</a><br><br><img decoding="async" loading="lazy" width="246" height="157" class="wp-image-3647" style="width:300px" src="2022/07/side-banner-image-for-taralli.jpg" alt=""><br>These are amazing Italian cookies! They are called Taralli, pronounced (Ta-Dolls). They are really an Italian pretzel. What makes these special is the texture and the fennel seeds! I used to teeth on these when I was a baby! <a href="taralli-italian-cookie-recipe/">Learn how to make them like hey did in the old days!</a><br></p>
</section>	</aside><!-- .sidebar .widget-area -->
		</div><!-- .site-content -->
		<footer id="colophon" class="site-footer">
							<nav class="main-navigation" aria-label="Footer Primary Menu">
					<div class="menu-menu-1-container"><ul id="menu-menu-2" class="primary-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="https://spaghettisauceandmeatballs.wordpress.com/">Home</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3368"><a href="recipes/">Italian Recipes Menu</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1828"><a href="sauce-talk/">Sauce Talk</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-24"><a href="my-italian-grandma/">My Italian Grandma</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2153"><a href="about/">About This Website</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-423"><a href="contact/">Contact</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-23"><a href="about/">Extra Stuff</a>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2247"><a href="anthonys-list-of-amazing-food-blogs/">Anthony’s List Of Amazing Food Blogs</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2229"><a href="anthonys-pasta-cooking-and-leftover-tips/">Anthony’s Pasta Cooking and Leftover Tips</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1035"><a href="feast-of-the-seven-fishes-menu/">Feast of The Seven Fishes Menu</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2152"><a href="growing-up-italian-in-america/">Growing Up Italian In America</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2556"><a href="italian-recipe-visitors-photos/">Italian Recipe Visitors Photos</a></li>
</ul>
</li>
</ul></div>				</nav><!-- .main-navigation -->
			<div class="site-info">
								<span class="site-title"><a href="/" rel="home">Anthony's Italian-American Recipes</a></span>
								<a href="https://wordpress.com/?ref=footer_blog" rel="nofollow">Blog at WordPress.com.</a>
			</div><!-- .site-info -->
		</footer><!-- .site-footer -->
	</div><!-- .site-inner -->
</div><!-- .site -->
<!--  -->
<script src="js/gprofiles_ver-202301z.js" id="grofiles-cards-js"></script>
<script id="wpgroho-js-extra">
var WPGroHo = {"my_hash":""};
</script>
<script type="text/javascript" src="wp-content/mu-plugins/gravatar-hovercards/wpgroho_m-1610363240h.js"></script>
	<script>
		// Initialize and attach hovercards to all gravatars
		( function() {
			function init() {
				if ( typeof Gravatar === 'undefined' ) {
					return;
				}
				if ( typeof Gravatar.init !== 'function' ) {
					return;
				}
				Gravatar.profile_cb = function ( hash, id ) {
					WPGroHo.syncProfileData( hash, id );
				};
				Gravatar.my_hash = WPGroHo.my_hash;
				Gravatar.init( 'body', '#wp-admin-bar-my-account' );
			}
			if ( document.readyState !== 'loading' ) {
				init();
			} else {
				document.addEventListener( 'DOMContentLoaded', init );
			}
		} )();
	</script>
		<div style="display:none">
	<div class="grofile-hash-map-aa3c52f38fd919027cf30544db9f2afa">
	</div>
	<div class="grofile-hash-map-68be1a6ac7ed790c3d56c57fa9209fb8">
	</div>
	<div class="grofile-hash-map-41ec330c203a042ea056b62710d27dff">
	</div>
	<div class="grofile-hash-map-f4a11b1621aa01f2aecb0a337a9d6bb5">
	</div>
	<div class="grofile-hash-map-4b2d04c738acd5dedfaf75e19f95cfd9">
	</div>
	<div class="grofile-hash-map-7ca98655f643fc0290692de66e3b3a2e">
	</div>
	<div class="grofile-hash-map-7e6e329a590fefe1694843ea74520b09">
	</div>
	<div class="grofile-hash-map-db4f41f651478a906013903780afb6bf">
	</div>
	<div class="grofile-hash-map-c2d545fb871babdb728963d6fbf7fb78">
	</div>
	<div class="grofile-hash-map-4c6672732a0a44ee89b635eef1d93232">
	</div>
	<div class="grofile-hash-map-7a967b1736fd3118f878ca0b40b70af5">
	</div>
	<div class="grofile-hash-map-27c275343cd33e6c30a58ebd83e87b9e">
	</div>
	<div class="grofile-hash-map-4afb3a7995f88a6d992025a237e7ab7a">
	</div>
	<div class="grofile-hash-map-f5a53b9498599b809fb31925e7930b37">
	</div>
	<div class="grofile-hash-map-157679e6662c12802536de889a10272f">
	</div>
	<div class="grofile-hash-map-84adaa395037e8e1b4e95b2bafb9b1fc">
	</div>
	<div class="grofile-hash-map-eb6ad39f00298fed8dbd11eb14d04f90">
	</div>
	<div class="grofile-hash-map-dc8b7e236b180eb1505a47b61d4e300a">
	</div>
	<div class="grofile-hash-map-a275c4c6b5f30faf42d82017361da02f">
	</div>
	<div class="grofile-hash-map-08de9c7b7dd36aa6a91d94647afbd93c">
	</div>
	</div>
<script id="highlander-comments-js-extra">
var HighlanderComments = {"loggingInText":"Logging In\u2026","submittingText":"Posting Comment\u2026","postCommentText":"Post Comment","connectingToText":"Connecting to %s","commentingAsText":"%1$s: You are commenting using your %2$s account.","logoutText":"Log Out","loginText":"Log In","connectURL":"https:\/\/spaghettisauceandmeatballs.wordpress.com\/public.api\/connect\/?action=request&domain=spaghettisauceandmeatballs.com","logoutURL":"https:\/\/spaghettisauceandmeatballs.wordpress.com\/wp-login.php?action=logout&_wpnonce=2307e7fff1","homeURL":"https:\/\/spaghettisauceandmeatballs.com\/","postID":"61","gravDefault":"identicon","enterACommentError":"Please enter a comment","enterEmailError":"Please enter your email address here","invalidEmailError":"Invalid email address","enterAuthorError":"Please enter your name here","gravatarFromEmail":"This picture will show whenever you leave a comment. Click to customize it.","logInToExternalAccount":"Log in to use details from one of these accounts.","change":"Change","changeAccount":"Change Account","comment_registration":"","userIsLoggedIn":"","isJetpack":"","text_direction":"ltr"};
</script>
<script type="text/javascript" src="https://s0.wp.com/_static/??/wp-content/js/textarea-autosize.min.js,/wp-content/mu-plugins/highlander-comments/script.js?m=1663141412j"></script>
	<div id="actionbar" style="display: none;" class="actnbr-pub-twentysixteen actnbr-has-follow">
		<ul>
						<li class="actnbr-ellipsis actnbr-hidden">
				<svg class="gridicon gridicons-ellipsis" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><g><path d="M7 12c0 1.104-.896 2-2 2s-2-.896-2-2 .896-2 2-2 2 .896 2 2zm12-2c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2zm-7 0c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2z"/></g></svg>				<div class="actnbr-popover tip tip-top-left actnbr-more">
					<div class="tip-arrow"></div>
					<div class="tip-inner">
						<ul>
									<li class="actnbr-sitename">
			<a href="/">
				<img alt="" src="2018/08/spag-site-icon_w-32.jpg" class="avatar avatar-50" height="50" width="50"/>				Anthony's Italian-American Recipes			</a>
		</li>
								<li class="actnbr-folded-customize">
								<a href="https://spaghettisauceandmeatballs.wordpress.com/wp-admin/customize.php?url=https%3A%2F%2Fspaghettisauceandmeatballs.wordpress.com%2F">
									<svg class="gridicon gridicons-customize" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><g><path d="M2 6c0-1.505.78-3.08 2-4 0 .845.69 2 2 2 1.657 0 3 1.343 3 3 0 .386-.08.752-.212 1.09.74.594 1.476 1.19 2.19 1.81L8.9 11.98c-.62-.716-1.214-1.454-1.807-2.192C6.753 9.92 6.387 10 6 10c-2.21 0-4-1.79-4-4zm12.152 6.848l1.34-1.34c.607.304 1.283.492 2.008.492 2.485 0 4.5-2.015 4.5-4.5 0-.725-.188-1.4-.493-2.007L18 9l-2-2 3.507-3.507C18.9 3.188 18.225 3 17.5 3 15.015 3 13 5.015 13 7.5c0 .725.188 1.4.493 2.007L3 20l2 2 6.848-6.848c1.885 1.928 3.874 3.753 5.977 5.45l1.425 1.148 1.5-1.5-1.15-1.425c-1.695-2.103-3.52-4.092-5.448-5.977z"/></g></svg>									<span>Customize</span>
								</a>
							</li>
																<li class="actnbr-signup"><a href="https://wordpress.com/start/">Sign up</a></li>
									<li class="actnbr-login"><a href="https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Fspaghettisauceandmeatballs.com%252F">Log in</a></li>
																	<li class="actnbr-shortlink"><a href="https://wp.me/P6fPcN-Z">Copy shortlink</a></li>
																	<li class="flb-report"><a href="http://en.wordpress.com/abuse/">Report this content</a></li>
																	<li class="actnbr-subs">
										<a href="https://subscribe.wordpress.com/">Manage subscriptions</a>
									</li>
														</ul>
					</div>
				</div>
			</li>
		</ul>
	</div>
<script>
window.addEventListener( "load", function( event ) {
	var link = document.createElement( "link" );
	link.href = "https://s0.wp.com/wp-content/mu-plugins/actionbar/actionbar.css?v=20210915";
	link.type = "text/css";
	link.rel = "stylesheet";
	document.head.appendChild( link );
	var script = document.createElement( "script" );
	script.src = "https://s0.wp.com/wp-content/mu-plugins/actionbar/actionbar.js?v=20220329";
	script.defer = true;
	document.body.appendChild( script );
} );
</script>
			<div id="jp-carousel-loading-overlay">
			<div id="jp-carousel-loading-wrapper">
				<span id="jp-carousel-library-loading">&nbsp;</span>
			</div>
		</div>
		<div class="jp-carousel-overlay" style="display: none;">
		<div class="jp-carousel-container">
			<!-- The Carousel Swiper -->
			<div class="jp-carousel-wrap swiper-container jp-carousel-swiper-container jp-carousel-transitions" itemscope itemtype="https://schema.org/ImageGallery">
				<div class="jp-carousel swiper-wrapper"></div>
				<div class="jp-swiper-button-prev swiper-button-prev">
					<svg width="25" height="24" viewbox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
						<mask id="maskPrev" mask-type="alpha" maskunits="userSpaceOnUse" x="8" y="6" width="9" height="12">
							<path d="M16.2072 16.59L11.6496 12L16.2072 7.41L14.8041 6L8.8335 12L14.8041 18L16.2072 16.59Z" fill="white"/>
						</mask>
						<g mask="url(#maskPrev)">
							<rect x="0.579102" width="23.8823" height="24" fill="#FFFFFF"/>
						</g>
					</svg>
				</div>
				<div class="jp-swiper-button-next swiper-button-next">
					<svg width="25" height="24" viewbox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
						<mask id="maskNext" mask-type="alpha" maskunits="userSpaceOnUse" x="8" y="6" width="8" height="12">
							<path d="M8.59814 16.59L13.1557 12L8.59814 7.41L10.0012 6L15.9718 12L10.0012 18L8.59814 16.59Z" fill="white"/>
						</mask>
						<g mask="url(#maskNext)">
							<rect x="0.34375" width="23.8822" height="24" fill="#FFFFFF"/>
						</g>
					</svg>
				</div>
			</div>
			<!-- The main close buton -->
			<div class="jp-carousel-close-hint">
				<svg width="25" height="24" viewbox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
					<mask id="maskClose" mask-type="alpha" maskunits="userSpaceOnUse" x="5" y="5" width="15" height="14">
						<path d="M19.3166 6.41L17.9135 5L12.3509 10.59L6.78834 5L5.38525 6.41L10.9478 12L5.38525 17.59L6.78834 19L12.3509 13.41L17.9135 19L19.3166 17.59L13.754 12L19.3166 6.41Z" fill="white"/>
					</mask>
					<g mask="url(#maskClose)">
						<rect x="0.409668" width="23.8823" height="24" fill="#FFFFFF"/>
					</g>
				</svg>
			</div>
			<!-- Image info, comments and meta -->
			<div class="jp-carousel-info">
				<div class="jp-carousel-info-footer">
					<div class="jp-carousel-pagination-container">
						<div class="jp-swiper-pagination swiper-pagination"></div>
						<div class="jp-carousel-pagination"></div>
					</div>
					<div class="jp-carousel-photo-title-container">
						<h2 class="jp-carousel-photo-caption"></h2>
					</div>
					<div class="jp-carousel-photo-icons-container">
						<a href="#" class="jp-carousel-icon-btn jp-carousel-icon-info" aria-label="Toggle photo metadata visibility">
							<span class="jp-carousel-icon">
								<svg width="25" height="24" viewbox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
									<mask id="maskInfo" mask-type="alpha" maskunits="userSpaceOnUse" x="2" y="2" width="21" height="20">
										<path fill-rule="evenodd" clip-rule="evenodd" d="M12.7537 2C7.26076 2 2.80273 6.48 2.80273 12C2.80273 17.52 7.26076 22 12.7537 22C18.2466 22 22.7046 17.52 22.7046 12C22.7046 6.48 18.2466 2 12.7537 2ZM11.7586 7V9H13.7488V7H11.7586ZM11.7586 11V17H13.7488V11H11.7586ZM4.79292 12C4.79292 16.41 8.36531 20 12.7537 20C17.142 20 20.7144 16.41 20.7144 12C20.7144 7.59 17.142 4 12.7537 4C8.36531 4 4.79292 7.59 4.79292 12Z" fill="white"/>
									</mask>
									<g mask="url(#maskInfo)">
										<rect x="0.8125" width="23.8823" height="24" fill="#FFFFFF"/>
									</g>
								</svg>
							</span>
						</a>
												<a href="#" class="jp-carousel-icon-btn jp-carousel-icon-comments" aria-label="Toggle photo comments visibility">
							<span class="jp-carousel-icon">
								<svg width="25" height="24" viewbox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
									<mask id="maskComments" mask-type="alpha" maskunits="userSpaceOnUse" x="2" y="2" width="21" height="20">
										<path fill-rule="evenodd" clip-rule="evenodd" d="M4.3271 2H20.2486C21.3432 2 22.2388 2.9 22.2388 4V16C22.2388 17.1 21.3432 18 20.2486 18H6.31729L2.33691 22V4C2.33691 2.9 3.2325 2 4.3271 2ZM6.31729 16H20.2486V4H4.3271V18L6.31729 16Z" fill="white"/>
									</mask>
									<g mask="url(#maskComments)">
										<rect x="0.34668" width="23.8823" height="24" fill="#FFFFFF"/>
									</g>
								</svg>
								<span class="jp-carousel-has-comments-indicator" aria-label="This image has comments."></span>
							</span>
						</a>
											</div>
				</div>
				<div class="jp-carousel-info-extra">
					<div class="jp-carousel-info-content-wrapper">
						<div class="jp-carousel-photo-title-container">
							<h2 class="jp-carousel-photo-title"></h2>
						</div>
						<div class="jp-carousel-comments-wrapper">
															<div id="jp-carousel-comments-loading">
									<span>Loading Comments...</span>
								</div>
								<div class="jp-carousel-comments"></div>
								<div id="jp-carousel-comment-form-container">
									<span id="jp-carousel-comment-form-spinner">&nbsp;</span>
									<div id="jp-carousel-comment-post-results"></div>
																														<form id="jp-carousel-comment-form">
												<label for="jp-carousel-comment-form-comment-field" class="screen-reader-text">Write a Comment...</label>
												<textarea name="comment" class="jp-carousel-comment-form-field jp-carousel-comment-form-textarea" id="jp-carousel-comment-form-comment-field" placeholder="Write a Comment..."></textarea>
												<div id="jp-carousel-comment-form-submit-and-info-wrapper">
													<div id="jp-carousel-comment-form-commenting-as">
																													<fieldset>
																<label for="jp-carousel-comment-form-email-field">Email (Required)</label>
																<input type="text" name="email" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-email-field"/>
															</fieldset>
															<fieldset>
																<label for="jp-carousel-comment-form-author-field">Name (Required)</label>
																<input type="text" name="author" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-author-field"/>
															</fieldset>
															<fieldset>
																<label for="jp-carousel-comment-form-url-field">Website</label>
																<input type="text" name="url" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-url-field"/>
															</fieldset>
																											</div>
													<input type="submit" name="submit" class="jp-carousel-comment-form-button" id="jp-carousel-comment-form-button-submit" value="Post Comment"/>
												</div>
											</form>
																											</div>
													</div>
						<div class="jp-carousel-image-meta">
							<div class="jp-carousel-title-and-caption">
								<div class="jp-carousel-photo-info">
									<h3 class="jp-carousel-caption" itemprop="caption description"></h3>
								</div>
								<div class="jp-carousel-photo-description"></div>
							</div>
							<ul class="jp-carousel-image-exif" style="display: none;"></ul>
							<a class="jp-carousel-image-download" target="_blank" style="display: none;">
								<svg width="25" height="24" viewbox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
									<mask id="mask0" mask-type="alpha" maskunits="userSpaceOnUse" x="3" y="3" width="19" height="18">
										<path fill-rule="evenodd" clip-rule="evenodd" d="M5.84615 5V19H19.7775V12H21.7677V19C21.7677 20.1 20.8721 21 19.7775 21H5.84615C4.74159 21 3.85596 20.1 3.85596 19V5C3.85596 3.9 4.74159 3 5.84615 3H12.8118V5H5.84615ZM14.802 5V3H21.7677V10H19.7775V6.41L9.99569 16.24L8.59261 14.83L18.3744 5H14.802Z" fill="white"/>
									</mask>
									<g mask="url(#mask0)">
										<rect x="0.870605" width="23.8823" height="24" fill="#FFFFFF"/>
									</g>
								</svg>
								<span class="jp-carousel-download-text"></span>
							</a>
							<div class="jp-carousel-image-map" style="display: none;"></div>
						</div>
					</div>
				</div>
			</div>
		</div>
		</div>
	<script type="text/javascript">
		window.WPCOM_sharing_counts = {"https:\/\/spaghettisauceandmeatballs.com\/":61};
	</script>
				<link rel="stylesheet" id="all-css-0-3" href="css/X9-dRNT290cAs-_cssminify-yes_css_6ercij35sn0nuvumc67zo2.css" type="text/css" media="all"/>
<style id="core-block-supports-inline-css">
.wp-block-gallery.wp-block-gallery-1{--wp--style--unstable-gallery-gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );}
</style>
<script id="comment-like-js-extra">
var comment_like_text = {"loading":"Loading...","swipeUrl":"wp-content/mu-plugins/comment-likes/js/lib/swipe_ver-20131008.js"};
</script>
<script id="coblocks-lightbox-js-extra">
var coblocksLigthboxData = {"closeLabel":"Close Gallery","leftLabel":"Previous","rightLabel":"Next"};
</script>
<script id="twentysixteen-script-js-extra">
var screenReaderText = {"expand":"expand child menu","collapse":"collapse child menu"};
</script>
<script id="jetpack-carousel-js-extra">
var jetpackSwiperLibraryPath = {"url":"wp-content/mu-plugins/jetpack-plugin/production/_inc/build/carousel/swiper-bundle.min.js"};
var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"en","ajaxurl":"/","nonce":"687dc0c688","display_exif":"1","display_comments":"1","single_image_gallery":"1","single_image_gallery_media_file":"","background_color":"black","comment":"Comment","post_comment":"Post Comment","write_comment":"Write a Comment...","loading_comments":"Loading Comments...","download_original":"View full size <span class=\"photo-size\">{0}<span class=\"photo-size-times\">\u00d7<\/span>{1}<\/span>","no_comment_text":"Please be sure to submit some text with your comment.","no_comment_email":"Please provide an email address to comment.","no_comment_author":"Please provide your name to comment.","comment_post_error":"Sorry, but there was an error posting your comment. Please try again later.","comment_approved":"Your comment was approved.","comment_unapproved":"Your comment is in moderation.","camera":"Camera","aperture":"Aperture","shutter_speed":"Shutter Speed","focal_length":"Focal Length","copyright":"Copyright","comment_registration":"0","require_name_email":"1","login_url":"https:\/\/spaghettisauceandmeatballs.wordpress.com\/wp-login.php?redirect_to=https%3A%2F%2Fspaghettisauceandmeatballs.com%2F","blog_id":"92429773","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"],"stats_query_args":"blog=92429773&v=wpcom&tz=0&user_id=0&subd=spaghettisauceandmeatballs","is_public":"1"};
</script>
<script id="sharing-js-js-extra">
var sharing_js_options = {"lang":"en","counts":"1","is_stats_active":"1"};
</script>
<script type="text/javascript" src="script/G5g2KoFRxuynEv36lOTdvdWrl3rVNIvlqv8EMh01sQ--_e6yp5n3xrgdvfs2qmbib53.js"></script>
<script type="text/javascript">
var windowOpen;
			( function () {
				function matches( el, sel ) {
					return !! (
						el.matches && el.matches( sel ) ||
						el.msMatchesSelector && el.msMatchesSelector( sel )
					);
				}
				document.body.addEventListener( 'click', function ( event ) {
					if ( ! event.target ) {
						return;
					}
					var el;
					if ( matches( event.target, 'a.share-twitter' ) ) {
						el = event.target;
					} else if ( event.target.parentNode && matches( event.target.parentNode, 'a.share-twitter' ) ) {
						el = event.target.parentNode;
					}
					if ( el ) {
						event.preventDefault();
						// If there's another sharing window open, close it.
						if ( typeof windowOpen !== 'undefined' ) {
							windowOpen.close();
						}
						windowOpen = window.open( el.getAttribute( 'href' ), 'wpcomtwitter', 'menubar=1,resizable=1,width=600,height=350' );
						return false;
					}
				} );
			} )();
var windowOpen;
			( function () {
				function matches( el, sel ) {
					return !! (
						el.matches && el.matches( sel ) ||
						el.msMatchesSelector && el.msMatchesSelector( sel )
					);
				}
				document.body.addEventListener( 'click', function ( event ) {
					if ( ! event.target ) {
						return;
					}
					var el;
					if ( matches( event.target, 'a.share-facebook' ) ) {
						el = event.target;
					} else if ( event.target.parentNode && matches( event.target.parentNode, 'a.share-facebook' ) ) {
						el = event.target.parentNode;
					}
					if ( el ) {
						event.preventDefault();
						// If there's another sharing window open, close it.
						if ( typeof windowOpen !== 'undefined' ) {
							windowOpen.close();
						}
						windowOpen = window.open( el.getAttribute( 'href' ), 'wpcomfacebook', 'menubar=1,resizable=1,width=600,height=400' );
						return false;
					}
				} );
			} )();
</script>
<script type="text/javascript">
// <![CDATA[
(function() {
try{
  if ( window.external &&'msIsSiteMode' in window.external) {
    if (window.external.msIsSiteMode()) {
      var jl = document.createElement('script');
      jl.type='text/javascript';
      jl.async=true;
      jl.src='/';
      var s = document.getElementsByTagName('script')[0];
      s.parentNode.insertBefore(jl, s);
    }
  }
}catch(e){}
})();
// ]]>
</script><script src="w_63.js" defer></script> <script type="text/javascript">
_tkq = window._tkq || [];
_stq = window._stq || [];
_tkq.push(['storeContext', {'blog_id':'92429773','blog_tz':'0','user_lang':'en','blog_lang':'en','user_id':'0'}]);
_stq.push(['view', {'blog':'92429773','v':'wpcom','tz':'0','user_id':'0','post':'61','subd':'spaghettisauceandmeatballs'}]);
_stq.push(['extra', {'crypt':'UE40eW5QN0p8M2Y/RE1mNzc2NTVTamdsd0xoLz9RQkM2K298TXY9bERQMXc2MjhEaVZfb2wwakRoSj0mUkp1THptM1NdbkV1WjZIcU9mVWQmPUIvMlN6Jk8wW3NYVEJ3dWZOWExuWD9VNTEucGUwVDREUEpscXB+Y21XfHZTPUZ+WV0/Nnl8WzRRL0oreG1XYVpiaUVMWCVxWUgvUTdaRmg9VHIsQXpXZEw/aSZDP1hrZWRyNHZjWT9nZWhPeC1McEVNM2pQdkJUU3clcFAsRnpDV2EtSlV5ZTMvc0tWYnpqQmxsLVZyY2UmTlNfLC1wcl9vdzJSaCw1W1RCUVEtaGYvPzJRXWVENWt1UVtIR0kvSWU='}]);
_stq.push([ 'clickTrackerInit', '92429773', '61' ]);
	</script>
<noscript><img src="b_v-noscript.gif" style="height:1px;width:1px;overflow:hidden;position:absolute;bottom:1px;" alt=""/></noscript>
<script>
if ( 'object' === typeof wpcom_mobile_user_agent_info ) {
	wpcom_mobile_user_agent_info.init();
	var mobileStatsQueryString = "";
	if( false !== wpcom_mobile_user_agent_info.matchedPlatformName )
		mobileStatsQueryString += "&x_" + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName;
	if( false !== wpcom_mobile_user_agent_info.matchedUserAgentName )
		mobileStatsQueryString += "&x_" + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName;
	if( wpcom_mobile_user_agent_info.isIPad() )
		mobileStatsQueryString += "&x_" + 'ipad_views' + '=' + 'views';
	if( "" != mobileStatsQueryString ) {
		new Image().src = document.location.protocol + 'https://pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random();
	}
}
</script><center><font size="2">This is a free demo result from the <a href="https://www.waybackmachinedownloader.com/en/">Wayback Machine</a> Downloader. It is not a complete website.</font></center></body>
</html>