3 lines
163 B
Plaintext
3 lines
163 B
Plaintext
|
component EditFormImagePreview(link string, imageURL string, webp bool)
|
||
|
a(href=link, target="_blank")
|
||
|
img.lazy(data-src=imageURL, alt="Preview", data-webp=webp)
|