5 lines
109 B
HTML
5 lines
109 B
HTML
<template name="thumbnails">
|
|
{{#each thumbnails}}
|
|
{{ >thumbnailEntry }}
|
|
{{/each}}
|
|
</template> |