<@_place id=id> <#assign a=object/>
<@t.page 'title'/>:
${(a.title)!}
<@t.page 'url'/>:
${(a.url)!}
<@t.page 'publish_date'/>:
${(a.publishDate)}
<#if (a.cover)?has_content>
<@t.page 'cover'/>:
<@_placeMetadata path=(a.path)!><#assign metadata=object/> <#if (metadata.extendList)?has_content> <#include "../include_page/extendData.html"/> <#assign attribute=getPlaceAttribute((a.id)!)!{}/> <@extendData 'extendDataList' metadata.extendList attribute 'view'/>