Header—————————-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>{exp:weblog:info weblog="{my_weblog}"}{blog_title}{/exp:weblog:info}</title>
<link rel='stylesheet' type='text/css' media='all' href='{stylesheet={this_template_group}/site_css}' />
</head>
<body class="home">
<div id="header">
<h1 id="logo">Avocado Food and Wine Festival</h1>
<div id="menu">
<ul>
<li><a href="http://{path={this_template_group}/index}">Home</a></li>
<li><a href="http://{path={this_template_group}/wineries}">Wineries</a></li>
<li><a href="http://{path={this_template_group}/entertainment}">Entertainment</a></li>
<li><a href="http://{path={this_template_group}/about}">About</a></li>
<li><a href="http://{path={this_template_group}/contact}">Contact</a></li>
</ul>
<div class="clear"></div>
</div>
</div>
<div id="tray">
<div id="eventdetail">
{exp:weblog:entries weblog="Homepage" limit="1"}
{Date_and_Time}
{Location}
<a href="http://{Google_location}">Show me on a map</a> </div>
{/exp:weblog:entries}
<div id="prices">
<ul>
{exp:weblog:entries weblog="tickets" limit="1"}
{exp:simple_commerce:purchase entry_id="{entry_id}" success="{this_template_group}/success" cancel="{this_template_group}/index"}
<li>Admission:</li>
<li class="admission">${exp:number_format number='{item_regular_price}'}</li>
<li>Early bird:</li>
<li class="admission"><a class="earlybird">${exp:number_format number='{item_sale_price}'}</a></li>
{/exp:simple_commerce:purchase}
{/exp:weblog:entries}
</ul>
</div>
<div id="sunrise">
{exp:weblog:entries weblog="pages" entry="{this_messageID}" limit="1"}
<h2>{Sunrise_Message}</h2>
<p> {/exp:weblog:entries}<br />
<ul id="conditions"><br />
{exp:weblog:entries weblog="tickets" limit="1"}<br />
{Conditions}<br />
{/exp:weblog:entries}<br />
</ul><br />
</div><br />
<div class="clear"></div><br />
</div><br />
<div class="clear"></div>
Template with embed tag in it—————————————-
{embed="avofest/header" this_template_group="avofest" this_messageID="4"}
<div id="sections">
<div class="inner">
{exp:weblog:entries weblog="pages" entry_id="{this_messageID}"}
<h2>{content}</h2>
<p> {/exp:weblog:entries}<br />
<br />
<br />
<br />
</div><br />
</div></p>
<p>{embed="avofest/footer"}
——————————-
at the moment the page renders with none of the embedded templates rendered properly
I was hoping it would be much simpler