data/templates/login.htm - CLEAN: removed extraneous formatting and unneeded sidebar
[phorkie.git] / data / templates / base.htm
index 2b8544b0178883225993f6ecb6bf43b7f227f1d0..8192b6b2c20d5158fe38f5a390119868d08a2931 100644 (file)
       <li>
        <a href="/list">List all</a>
       </li>
+      {% if identity %}
+      <li>
+       <a href="#">{{name}} ({{email}})</a>
+      </li>
+      <li>
+       <a href="/auth?logout">Logout</a>
+      </li>
+      {% endif %}
       {% if db.adapter %}
       <li>
        <form class="navbar-search pull-left" action="/search" method="get">