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