diff --git a/templates/user_profil.tmpl b/templates/user_profil.tmpl index c6cc2ef..294a12b 100644 --- a/templates/user_profil.tmpl +++ b/templates/user_profil.tmpl @@ -1,8 +1,50 @@ {{template "top" .}}
@@ -16,7 +58,7 @@ {{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 }} @@ -26,7 +68,7 @@
{{ if .user.AboutMe }}

{{ .user.AboutMe }}

{{ end }} -
+
{{ if .user.Webpage }}
{{ .user.Webpage }}{{ end }} {{ if .user.Location}}
{{ .user.Location }}{{ end }}
@@ -36,10 +78,16 @@ {{ range .list }}
{{ range . }} -
- - - +
+
+ + +
+ +
+ +
+
{{ end }}