{#if project.client} Client {project.client} {/if} {#if project.year} Year {project.year} {/if} {#if project.role} Role {project.role} {/if} {#if project.technologies && project.technologies.length > 0} {#each project.technologies as tech} {tech} {/each} {/if} {#if project.externalUrl} Visit Project → {/if} {#if project.caseStudyContent && project.caseStudyContent.content && project.caseStudyContent.content.length > 0} {@html renderBlockNoteContent(project.caseStudyContent)} {/if} {#if project.gallery && project.gallery.length > 0} Gallery {#each project.gallery as image} {/each} {/if} ← Back to projects