}
}
String txt = content.getTxtByNo(pageNo);
// 内容加上关键字
txt = cmsKeywordMng.attachKeyword(site.getId(), txt);
Paginable pagination = new SimplePage(pageNo, 1, content.getPageCount());
model.addAttribute("pagination", pagination);
FrontUtils.frontPageData(request, model);
model.addAttribute("content", content);
model.addAttribute("channel", content.getChannel());
model.addAttribute("title", content.getTitleByNo(pageNo));