go OpenID sample app

{{if .user}}

Welcome {{.user}}.

Devs: set a cookie, or this kind of things to identify the user accross different pages.

{{else}} Login {{end}}