- <@t.page 'content'/>:
- 
                <@cms.content id=contentId>${(object.title)!}@cms.content>
            
<#if a?has_content>
        
            - <@t.page 'create_date'/>:
- ${a.createDate!}
    <#if a.updateDate?has_content>
        
            - <@t.page 'modified_date'/>:
- ${a.updateDate!}
    #if>
    <@sys.user id=a.userId>
        
            - <@t.page 'content.promulgator'/>:
- ${object.nickname!}
    @sys.user>
        
            - <@t.page 'status'/>/<@t.page 'inspector'/>:
- 
                <@t.page 'status.content.'+a.status/>
                <#if 1=a.status>/ <@sys.user id=a.checkUserId>${object.nickname!}@sys.user>#if>
            
            - <@t.page 'content.score'/>:
- 
                ${a.scores!}
            
            - <@t.page 'replies'/>:
- 
                ${a.replies!}
            
#if>
        
            - <@t.page 'comment'/>:
-