#if (content)?? && content.url?? && content.url?length gt 30>
${content.url?substring(0, 30)}...
<#else>
${(content.url)!}
#if>
<#assign no = 0 >
<#list itemVo.atoms as atomVo>
<#if no == 0>
<#if itemVo.changeType=1>
<#elseif itemVo.changeType=2>
#if>
<#assign no = no + 1 >
#if>
${atomVo}
|
#list>
<#list 1..10 as item>
#list>
${listVo.updateTime?string('yyyy-MM-dd HH:mm:ss')}
<#list testMap?keys as testKey>
#list>