Back to Frontend

@views.support.Title(surveyPage)

applications/app/views/survey/surveyMain.scala.html

latest799 B
Original Source

@import common.InlineJs @import model.Page @import templates.inlineJS.blocking.js.enableStylesheets @(surveyPage: Page)(body: Html)(implicit request: RequestHeader, context: model.ApplicationContext)

@views.support.Title(surveyPage) @fragments.metaData()(surveyPage, request, context) @* get the stylesheets downloading ASAP *@ @fragments.stylesheets(projectName=Option("survey")) @fragments.page.head.fixIEReferenceErrors() @fragments.page.head.checkModuleSupport() @* polyfill, feature detect etc before we try and use the stylesheets *@ @fragments.inlineJSBlocking()(surveyPage, request, context) @* start trying to use the stylesheets *@ @fragments.header()(surveyPage, request) @body @fragments.footer()(surveyPage, request) @fragments.inlineJSNonBlocking()(surveyPage, request, context)