<#include "./headerUp.ftl" parse=true encoding="utf-8"> ${htmlTitle!"NEWS"} <#-- --> <#-- --> <#include "./header.ftl" parse=true encoding="utf-8">
${part}
<#list newsList as news> <#if news_index == 0>
${news.title}
${(news.date)?string('yyyy-MM-dd')}
<#else >
${news.title}
${(news.date)?string('yyyy-MM-dd')}
${news.digest}
VIEW MORE
Products
<#list header as productMap>
${productMap.catege.title}
Topics
<#list gambitTagList as tag>
${tag.name}
Time
<#list dateList as date>
${date}
ALL
<#include "./footer.ftl" parse=true encoding="utf-8">