<% /* Outputs properties as a table $0 - String containing a serialized array of properties of the structure {"label": "foo", "value": "bar"} */ var properties = JSON.parse($0); var result = "" + ""; properties.forEach(function(property) { result += "" + "" + ""; }); result += "" + "
" + property.label + "" + property.value + "
"; %><%- result %>