play.api.templates
Defines a magic helper for Play templates.
Generates a set of valid HTML attributes.
For example:
toHtmlArgs(Seq('id -> "item", 'style -> "color:red"))
Defines a magic helper for Play templates.