3 lines
163 B
Plaintext
Raw Normal View History

2018-03-09 15:08:35 +00:00
component EditFormImagePreview(link string, imageURL string, webp bool)
a(href=link, target="_blank")
img.lazy(data-src=imageURL, alt="Preview", data-webp=webp)