mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
7 lines
No EOL
315 B
HTML
7 lines
No EOL
315 B
HTML
<template name="afPostThumbnail">
|
|
<div class="post-thumbnail-container" style="{{style}}">
|
|
<img src="{{this.value}}" class="post-thumbnail-preview" style="{{style}}"/>
|
|
<div class="post-thumbnail-loading">{{>spinner}}</div>
|
|
</div>
|
|
<input type="hidden" value="{{this.value}}" {{this.atts}}/>
|
|
</template> |