.hero-unit
  h3 Params
  ul
    - for (var p in params)
      li= p + ':' + params[p]
