2018-07-08 04:20:52 +00:00
|
|
|
component EditFormImagePreview(link string, imageURL string, webp bool, title string)
|
|
|
|
a.tip(href=link, target="_blank", aria-label=title)
|
2018-03-09 15:08:35 +00:00
|
|
|
img.lazy(data-src=imageURL, alt="Preview", data-webp=webp)
|