{extends file='base.html'} {block name='title'}It works!{/block} {block name='body'}

It works!

Phraw v{nocache}{$version}{/nocache} is running.

{foreach $users as $user} {/foreach}
Users
ID Name
{$user->id} {$user->name}

Tizio details
ID Name City
{$tizio->id} {$tizio->name} {$tizio_profile->city}

See a secondary static page: click here

{/block}