@layout("/common/_container.html"){
@for(notice in noticeList){
${notice.content}
@}
@}