1
0
Fork 0
dwelling-upload/web/templates/uploaded.jade

16 lines
333 B
Plaintext

:go:func Uploaded(mainSite, site, downloadLink string, keepForHours int)
extends base.jade
block append header
h1 Upload
block append body
section#file
h2 Your link
center
a(href=downloadLink) #{site}#{downloadLink}
center It will be available for next #{keepForHours} hours.
center
a(href="/") Back to index page