+
+
+ {#if project.technologies && project.technologies.length > 0}
+
+
+
+ {#if project.caseStudyContent && project.caseStudyContent.content && project.caseStudyContent.content.length > 0}
+
+ {#each project.technologies as tech}
+ {tech}
+ {/each}
+
+ {/if}
+
+ {#if project.externalUrl}
+
+ {/if}
+
+
+ {/if}
+
+
+ {#if project.gallery && project.gallery.length > 0}
+
+ {@html renderBlockNoteContent(project.caseStudyContent)}
+
+
+
+ {/if}
+
+
+
+ Gallery
+
+ {#each project.gallery as image}
+
+ {/each}
+
+