@(gist: Option[Gist])(implicit template: String => Html => Html) @template("Complex DEMO " + gist.map(_.title).getOrElse("Not Found")) { @gist.map { g =>
@f.content