@import helper._ @(title: String, headExtension: Html = Html(""), projectsOption: Option[(ProjectsWithSelection, Option[String] => Call)] = None)(content: Html)(implicit header: DefaultRequest) @title @if(!header.secure){ } @headExtension

@title

@content
That's all