diff --git a/appview/pages/templates/layouts/profilebase.html b/appview/pages/templates/layouts/profilebase.html index d658db47..65f156ed 100644 --- a/appview/pages/templates/layouts/profilebase.html +++ b/appview/pages/templates/layouts/profilebase.html @@ -9,14 +9,19 @@ {{ define "content" }} {{ template "profileTabs" . }} -
+
-
+ {{ $style := "hidden md:block md:col-span-3" }} + {{ if eq $.Active "overview" }} + {{ $style = "md:col-span-3" }} + {{ end }} +
{{ template "user/fragments/profileCard" .Card }} {{ block "punchcard" .Card.Punchcard }} {{ end }}
+ {{ block "profileContent" . }} {{ end }}