[#escape x as (x)!?html]
${node.name} - ${site.fullNameOrName}${global.customs['poweredBy']}
[#include 'inc_meta.html'/] [#include 'inc_css.html'/] [#include 'inc_js.html'/] [#include 'inc_header.html'/]
[#list node.hierarchy as n]
${n.name}
[/#list]
[@InfoPage nodeId=node.id isIncludeChildren='true' pageSize=20;pagedList]
职位名称
公司名称
工作地点
发布日期
[#list pagedList.content as bean]
${bean.title}
${bean.customs['company']}
${bean.customs['location']}
${bean.publishDate?string('yyyy-MM-dd')}
[/#list]
[#include 'page.html'/] [/@InfoPage]
[#include 'inc_footer.html'/] [/#escape]