@(gists: Iterable[Gist])(implicit template: String => Html => Html) @template("Complex DEMO 一覧ページ") { @gists.map { gist => }
タイトル 作成日
@gist.title @gist.makeDate
}