<%- | Hash[String,Hash] $data | -%> <%- $data.each |$key, $sub| { -%> [<%= $key %>] <%- $sub.each |$k, $v| { -%> <%= $k %>=<%= $v %> <%- }} -%>