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