From 56e74239d6b34df8f30ef046f0b0ff4ff0866a71 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Sun, 14 Jun 2015 23:53:32 -0800 Subject: first commit --- api/templates/find_teams_body.html | 64 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 api/templates/find_teams_body.html (limited to 'api/templates/find_teams_body.html') diff --git a/api/templates/find_teams_body.html b/api/templates/find_teams_body.html new file mode 100644 index 000000000..d8b582b8a --- /dev/null +++ b/api/templates/find_teams_body.html @@ -0,0 +1,64 @@ +{{define "find_teams_body"}} + + + + + +
+ + + + +
+ + + + + + + + + + +
+ +
+ + + + + + + +
+

Finding teams

+

{{ if .Props }} + The following teams were found:
+ {{range $index, $element := .Props}} + {{ $index }}
+ {{ end }} + {{ else }} + We could not find any teams for the given email. + {{ end }} +

+
+ Any questions at all, mail us any time: {{.FeedbackEmail}}.
+ Best wishes,
+ The {{.SiteName}} Team
+
+
+

+ +

+

+ (c) 2015 SpinPunch, Inc. 855 El Camino Real, 13A-168, Palo Alto, CA, 94301.
+ If you no longer wish to receive these emails, click on the following link: Unsubscribe +

+
+
+
+ +{{end}} + + + -- cgit v1.2.3-1-g7c22