{if $staticpage_articleformat}{if $staticpage_articleformattitle}{$staticpage_articleformattitle|@escape}{else}{$staticpage_pagetitle}{/if}{else}{if $staticpage_headline}{$staticpage_headline|@escape}{else}{$staticpage_pagetitle}{/if}{/if}

{if $staticpage_show_breadcrumb}
{$blogTitle} {foreach name="crumbs" from=$staticpage_navigation.crumbs item="crumb"}  /  {if !$smarty.foreach.crumbs.last}{$crumb.name|@escape}{else}{$crumb.name|@escape}{/if} {/foreach}
{/if}
{if $staticpage_pass AND $staticpage_form_pass != $staticpage_pass}
{$CONST.STATICPAGE_PASSWORD_NOTICE}
{else}
{if $staticpage_precontent}
{$staticpage_precontent}
{/if} {if $staticpage_show_childpages && is_array($staticpage_childpages)} {/if} {* CUSTOM TO THIS THEME - CUSTOM STATICPAGE IMAGE *} {if $staticpage_custom.staticpage_image} {if $staticpage_custom.staticpage_image|is_in_string:' {/if} {/if} {if $staticpage_content}
{$staticpage_content}
{/if} {*NOTE: file staticpage-entries-listing.tpl must exist in theme folder *}
{serendipity_fetchPrintEntries category=$staticpage_related_category_id template="staticpage-entries-listing.tpl" limit=5 noSticky="true" noCache="false" fetchDrafts=false full="false" use_footer="false"}
{/if} {if $staticpage_navigation AND $staticpage_shownavi} {/if} {if $staticpage_custom.show_author =='true' || $staticpage_custom.show_date =='true' || ($staticpage_adminlink && $staticpage_adminlink.page_user)} {/if}
{assign var="footer_totalPages" value="0" scope="parent"}{* prevent pagination on related category from showing on index.tpl in this theme *}