{ifset $thisUser}
{if $thisUser->hasMicroblogEnabled()}
{include "post/microblogpost.xml", post => $post}
{else}
{include "post/oldpost.xml", post => $post}
{/if}
{/ifset}