{{ define "title" }}Download{{ end }} {{ define "content" }} {{ $method := or (.Request.FormValue "method") "index" }} {{ $project := .Request.FormValue "project" }} {{ $file := .Request.FormValue "file" }} {{ if eq $project "" }}

An error has occurred

{{ else if eq $method "index" }}

Project {{ $project }}

You are about to download the file {{ $file }} from the project {{ $project }}.

Download

To continue your download, click on the button below.


{{ else if eq $method "get" }}

Downloading File...

Your download of {{ $file }} will begin shortly. If it doesn't, download it directly. {{ else }}

An error has occurred.

{{ end}} {{ end }}