0 # {{ .Title }}

1

2 {{ if .Connected -}}

3 =>/account Account page

4 {{ else -}}

5 =>/login Login

6 {{ if .Registration -}}

7 =>/register Register

8 {{ end -}}

9 {{ end -}}

10 {{ if .Public -}}

11 =>/repo Public repositories

12 {{ end }}

13