I'm trying to get the Entry Summary of my movable type blog to display an image with the title formatted a certain way over the image (The image is tagged if it will be used for this purpose), and display the title another way if there is no image. However, I cannot get the else statement to work with MTEntryAsset as it should. If there is no EntryAssets tagged "homepage" with the type "image" it does nothing.
<mt:entryassets tag="homepage" type="image" limit="1">
<div class="image_entrie_header"><img src="<mt:assetthumbnailurl>"></div>
<h3 class="blog_entry_headingimg"><a href="<mtentrypermalink>"><mt:entryTitle></a></h3>
<mt:else>
<h3 class="blog_entry_heading"><a href="<mtentrypermalink>"><mt:entryTitle></a></h3>
</mt:entryassets>