@(pag: Paginator[lila.study.Study.WithChaptersAndLiked], text: String)(implicit ctx: Context) @import lila.study.Order @moreCss = { @cssTag("studyList.css") } @moreJs = { @jsTag("vendor/jquery.infinitescroll.min.js") } @menu = { All studies @ctx.me.map { me => @authLinks(me, "search", Order.default) } What are studies? } @base.layout( title = text, menu = menu.some, moreCss = moreCss, moreJs = moreJs) {