{{#if clients}}
Clients
{{#each clients}}
{{this}}
{{/each}}
{{/if}} {{#if servers}}
Servers
{{#each servers}}
{{this}}
{{/each}}
{{/if}}