diff --git a/templates/basic/home.html.njk b/templates/basic/home.html.njk index 20af87f..e9608cf 100644 --- a/templates/basic/home.html.njk +++ b/templates/basic/home.html.njk @@ -8,6 +8,12 @@ {{ email }}
+ {% if showLogin %} + login + {% endif %} + + {% if showLogout %} logout + {% endif %}