From 69973a0c0cea573d444d46b5ae69bebc1567a9b8 Mon Sep 17 00:00:00 2001 From: Niall Sheridan Date: Sat, 28 May 2016 23:28:32 +0100 Subject: Define the token tmpl as a string --- templates/token.go | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 templates/token.go (limited to 'templates/token.go') diff --git a/templates/token.go b/templates/token.go new file mode 100644 index 0000000..dbad371 --- /dev/null +++ b/templates/token.go @@ -0,0 +1,48 @@ +package templates + +const Token = ` + + YOUR TOKEN! + + + +

+ This is your token. There are many like it but this one is yours. +

+ +

+ The token will expire in < 1 hour. +

+ +` -- cgit v1.2.3