{{include file="header.html"}}

{{$the_item.name}}

{{foreach item=page from=$pages}}
{{$page.name}}
{{/foreach}} {{foreach item=item from=$items}}
{{$item.title}}
{{/foreach}}
{{include file="footer.html"}}