6 lines
143 B
Handlebars
6 lines
143 B
Handlebars
{{#if src}}
|
|
<div class="{{class}} aspect-image" style={{style}}>
|
|
<img src={{cdnSrc}} width={{width}} height={{height}}>
|
|
</div>
|
|
{{/if}}
|