@(title: String)(content: Html)(implicit request: play.api.mvc.RequestHeader) @* See see: paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ on usage of these classes *@ @* If possible use .htaccess and remove these lines to avoid edge case issues. More info: h5bp.com/b/378 *@ @* Supresses IE6 image toolbar *@ @* Page details *@ @* Meta tag to ensure devices display responsive pages properly *@ @title @* Both bootstrap.min.css and responsive.min.css are merged together to reduce css requests *@ @* This script contains at the bottom some extra code unrelated to modernizr *@ @* Prompt IE 6 users to upgrade or install Chrome Frame. chromium.org/developers/how-tos/chrome-frame-getting-started *@ @content @* We load scripts asynchronously except the JQuery one, to avoid clashes with dependencies *@ @* Matchmedia is an external polyfill to allow media query testing in js if not supported by browser *@ @* Picturefill allows displaying of responsive images using media queries *@