@(file: File, links: List[(String, String)])(implicit user: Option[models.User]) @main("Share") {

@Html(file.filename)

Create a shared link for this file. Anyone with the link can download this file.

Create a link

}