| // Copyright 2015 The Vanadium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style |
| // license that can be found in the LICENSE file. |
| var Home = template.Must(homeWithHeader.Parse(sidebarPartial)) |
| var homeWithHead = template.Must(home.Parse(headPartial)) |
| var homeWithHeader = template.Must(homeWithHead.Parse(headerPartial)) |
| var home = template.Must(template.New("main").Parse(`<!doctype html> |
| <title>Vanadium Identity Provider</title> |
| <body class="identityprovider-layout"> |
| <h1 class="page-head">Authorize Vanadium apps with Google</h1> |
| The Vanadium Identity Provider authorizes Vanadium blessings based on your Google Account.<br> |
| <a href="http://v.io/glossary.html#identity-provider">Learn more</a> |
| <a href="/auth/google/{{.ListBlessingsRoute}}" class="button-passive"> |