diff --git a/html-templates/designs/site-bootstrap4.tpl b/html-templates/designs/site-bootstrap4.tpl
index ab1b6445..f36c8fbc 100644
--- a/html-templates/designs/site-bootstrap4.tpl
+++ b/html-templates/designs/site-bootstrap4.tpl
@@ -1,4 +1,5 @@
+{load_templates designs/site.subtemplates.tpl}
@@ -70,16 +71,27 @@
-
-
- Login
-
-
-
-
- Signup
-
-
+ {if $.User}
+
+
+ {avatar $.User 18} {$.User->FirstName}
+
+
+
+ {else}
+
+
+ {_ "Login"}
+
+
+
+
+ {_ "Signup"}
+
+
+ {/if}
diff --git a/html-templates/includes/site-bootstrap4.nav-userlinks.tpl b/html-templates/includes/site-bootstrap4.nav-userlinks.tpl
new file mode 100644
index 00000000..d86f0adc
--- /dev/null
+++ b/html-templates/includes/site-bootstrap4.nav-userlinks.tpl
@@ -0,0 +1,3 @@
+{_ "View My Profile"}
+{_ "Edit My Profile"}
+{_ "Logout"}