@**
* Generate an inline style with CSP nonce.
*
* Example:
* {{{
* @style(args = Symbol("type") -> "text/css") {
* ...
* }
* }}}
*
* See style element
* for more details.
*
* @param args Set of extra HTML attributes.
* @param body The style body.
*@
@(args: (Symbol,String)*)(body: => Html)(implicit request: play.api.mvc.RequestHeader)