6 lines
195 B
HTML
6 lines
195 B
HTML
|
|
<template name="thumbnailEntry">
|
||
|
|
<div class="thumbnailEntry">
|
||
|
|
{{ > imageThumbnail }}
|
||
|
|
<div class='seriesDescription noselect'>{{seriesDescription}}</div>
|
||
|
|
</div>
|
||
|
|
</template>
|