notify.moe/elements/EditForm.pixy

3 lines
199 B
Plaintext

component EditFormImagePreview(link string, imageURL string, webp bool, title string)
a.tip(href=link, target="_blank", aria-label=title)
img.lazy(data-src=imageURL, alt="Preview", data-webp=webp)