{#each jobs as job, index }

{job.title[currentLanguage]}

{#each job.images as image } realtive to the article {/each}
{@html md.render(job.content[currentLanguage])}
{job.year.start} - {job.year.end}
{#each job.collaborators as collaborator} {collaborator.name}{collaborator.surname} {/each}
{#each job.languages as language} {language+" "} {/each}
{#each job.tecnologies as tecnology} {tecnology+" "} {/each}
{/each}