Web Services

{#each categories as category}{category} {/each}
{#each licenses as license}{license} {/each}
{#each statuses as status}{status} {/each}
{#each affiliates as affiliate}{affiliate} {/each}
{#each hosts as host}{host} {/each}
{#each technologies as technology}

{technology.name}

{#if (technology.license)}

License: {technology.license}

{/if} {#if (technology.analogues)}

Alternative to {toOxfordCommaString(technology.analogues)}

{/if}

{technology.description}

{#if hasInstances(technology)}
    {#each technology.instances as instance}
  • {instance.domain} {instance.affiliation}
  • {/each}
{:else}
  • Nothing here yet...
{/if}
{/each}