ohif-viewer/Packages/viewerbase/components/studyBrowser/thumbnails/thumbnails.html

5 lines
109 B
HTML

<template name="thumbnails">
{{#each thumbnails}}
{{ >thumbnailEntry }}
{{/each}}
</template>