From 553bfa1e8d2d9ac3a7ac202065e7adea1fe3142d Mon Sep 17 00:00:00 2001 From: clsr Date: Fri, 11 Nov 2016 17:35:39 +0100 Subject: Initial commit; forked from installgen2/Flup --- pages/index.html | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 pages/index.html (limited to 'pages/index.html') diff --git a/pages/index.html b/pages/index.html new file mode 100644 index 0000000..038fbcd --- /dev/null +++ b/pages/index.html @@ -0,0 +1,65 @@ + + + + + {{ .SiteName }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

wired

+ + {{ with .Result }}{{ if or .Files .Description }} +

{{ if .Description }}Error!{{ else }}Uploaded!{{ end }}

+
+
+ {{ range .Files }} +

{{ .Url }}

+ {{ else }} +

{{ .Description }}

+ {{ end }} +
+
+ {{ end }}{{ end }} + +
+ + +
+ +
+ + +
+ + {{ range $name, $path := .Pages }}{{ if ne $path "index.html" }}
{{ $name }}
{{ end }}{{ end }} + + + + + + -- cgit