diff --git a/templates/user_profil.tmpl b/templates/user_profil.tmpl index b92fda6..c6cc2ef 100644 --- a/templates/user_profil.tmpl +++ b/templates/user_profil.tmpl @@ -7,7 +7,7 @@
-
+
@@ -16,13 +16,22 @@ {{else}} {{ .user.Name }} {{end}} -

{{ if .user.AboutMe }}{{ .user.AboutMe }}{{ end }}

-
+

{{ if .user.AboutMe }}{{ .user.AboutMe }}{{ end }}

+
{{ if .user.Webpage }} {{ .user.Webpage }} {{ end }} {{ if .user.Location}} {{ .user.Location }}{{ end }}
+
+
+ {{ if .user.AboutMe }}

{{ .user.AboutMe }}

{{ end }} +
+ {{ if .user.Webpage }}
{{ .user.Webpage }}{{ end }} + {{ if .user.Location}}
{{ .user.Location }}{{ end }} +
+
+

{{ range .list }}