{{req.model.links.properties.title}}

{{#each req.result}}

{{this.name}}

{{this.description}}

    {{#each this.values}}
  • {{this}} {{@key}}
  • {{/each}}
{{/each}}