{if isset($xipbdp_title)}

{$xipbdp_title}

{/if} {if isset($xipbdp_subtext)}

{$xipbdp_subtext}

{/if}
{if (isset($xipblogposts) && !empty($xipblogposts))} {foreach from=$xipblogposts item=xipblgpst}
{$xipblgpst.post_title}

{$xipblgpst.post_title}

{* *}
{if isset($xipblgpst.post_excerpt) && !empty($xipblgpst.post_excerpt)}

{$xipblgpst.post_excerpt|truncate:100:' ...'|escape:'html':'UTF-8'}

{else}

{$xipblgpst.post_content|truncate:100:' ...'|escape:'html':'UTF-8'}

{/if}
{* *}
{/foreach} {else}

{l s='No Blog Post Found' mod='xipblog'}

{/if}