{foreach item=c from=$list}
{/foreach}
{$c.title}
{if $c.isbuy eq 1}在售{else}未售{/if}
{$c.price}元/平
{$c.address}
{include file="head.html"}