I've set up my gallery blog to have a different HTML widget on each post page and one on the homepage, all containing a table of thumbnails. The homepage widget is working great, but the widgets on the post pages aren't showing up. There's a bit of a gap between the blog header and the post but nothing shows. Any ideas? http://www.colorsbykgallery.blogspot.com
The widget code is set up like this except for the homepage widget which has data:blog.homepageUrl in place of a URL:
<b:widget id='HTML4' locked='false' title='abstract' type='HTML'>
<b:includable id='main'>
<b:if cond='data:blog.url == "http://www.colorsbykgallery.blogspot.com/2009/08/gallery-abstract.html"'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != ""'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>
<b:include name='quickedit'/>
</b:if>
</b:includable>
</b:widget>
I thought this was how to set it up, but maybe I'm wrong
UPDATE >>> I took the conditional tag out of one of the post widgets, but if you go to the post pages, there's still the blank gap above it where the correct widget should be. The empty space below it is supposed to be there

