<%- | Hash[String, Hash[String, Any]] $sections, | -%> <%- $sections.each |$header, $values| { -%> <%- $values.each |$key, $value| { -%> <%- if $value == undef { -%> <%- } elsif $value =~ Array { -%> <%= $key %>=<%= $value.join(' ') %> <%- } else { -%> <%= $key %>=<%= $value %> <%- } -%> <%- } -%> <%- } -%>