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

@title

@for(error <- header.flash.get("error")){
@error
} @content
That's all