{extends "index.tpl"} {block "content"}
{$pageBlocks = $body.page.blocks} {foreach $pageBlocks as $block} {$block|inline_edit nofilter} {/foreach} {get_photos assign="photos" type="pages" id=$body.page.id} {if $photos|count}
{foreach $photos as $photo} {/foreach}
{/if}
{/block}