Vulcan/packages/telescope-module-embedly/lib/client/autoform-postthumbnail.html

4 lines
169 B
HTML
Raw Normal View History

<template name="afPostThumbnail">
<img src="{{this.value}}" class="post-thumbnail-preview" />
<input type="hidden" value="{{this.value}}" {{this.atts}}/>
</template>