コード例 #1
0
ファイル: template.go プロジェクト: h2object/h2object
func t_summary(max int, pg *page.Page) string {
	return pg.Summary(max)
}