${content.title}
<#if content.copied>Source:${(attribute.source)!}#if> ${content.author!} ${content.editor!} ${content.publishDate?datetime} Views:loading...
${text?no_esc!}
<#if content.hasFiles>
<@_contentFileList contentId=content.id fileTypes='video,audio,other'>
<#list page.list as file>
${(file.filePath)!}
#list>
@_contentFileList>
#if>
<#if content.hasImages>
<@_contentFileList contentId=content.id fileTypes='image'>
<#list page.list as file>
#list>
@_contentFileList>
#if>
<#if content.tags?has_content>
Tags:
<@_tag ids=content.tags>
<#list map as key,tag>
${tag.name}
#list>
@_tag>
#if>
<#assign url='?id=${id}'/>
<#if !page.firstPage>
Previous page
<#else>
Previous page
#if>
<#list 1..page.totalCount as n>
<#if n=page.pageIndex>
${n}
<#else>
${n}
#if>
#list>
<#if !page.lastPage>
Next page
<#else>
Next page
#if>