1 <html xmlns=
"http://www.w3.org/1999/xhtml">
8 <style type=
"text/css">
12 border-left: 2px solid
;
13 border-bottom: 2px solid
;
20 text-decoration: none
;
25 text-decoration: none
;
44 border: 1px groove black
;
55 <table border=
"0" width=
"100%">
56 <tr><td colspan=
"2"></td></tr>
58 <tr valign=
"top"><td width=
"120px">
60 <span>Main
</span><br/>
66 <span>Users
</span><br/>
68 {% if user.is_authenticated %}
69 <a href=
"/logout">Logout
</a>
71 <a href=
"/login">Login
</a>
78 <td align=
"left" valign=
"top" class=
"main">
81 {% endblock content %}