{{ if can .current_user "login" nil }}
{{ template "common/google_login" . }}
{{ end }} {{ if .user }}

{{ if .user }} {{ .user.Name.String }}'s Library {{ else }} Library {{ end }}

{{ if .user.Description.String }}

{{ simple_format .user.Description.String }}

{{ end }}

Books

{{ books_count .user.ID }}

{{ end }}