{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 is_array($staticpage_childpages)}
{foreach from=$staticpage_childpages item="childpage"}
- {$childpage.pagetitle|escape}
{/foreach}
{/if}
{if $staticpage_pass AND $staticpage_form_pass != $staticpage_pass}
{else}
{if $staticpage_precontent}
{$staticpage_precontent}
{/if}
{if $staticpage_content}
{$staticpage_content}
{/if}
{/if}
{if $staticpage_author or $staticpage_lastchange}
{/if}