This commit is contained in:
John Piaszynski
2023-09-24 12:34:50 -05:00
4 changed files with 21 additions and 2 deletions

View File

@ -0,0 +1,8 @@
<!DOCTYPE html>
<html lang="en">
<body>
<div><pre>{{pretty}}</pre></div>
</body>
</html>

View File

@ -13,7 +13,7 @@
<!--************************ HEADER ****************-->
<logo><a href="/">SeatStock</a></logo>
{% if session %}
<signinButton><a href="logout">({{ session.userinfo.name }}) Sign Out</a></signinButton>
<signinButton><a href="logout"><img height="24" width="24" src="{{ session.userinfo.picture }}"/> Sign Out</a></signinButton>
{% else %}
<signinButton><a href="login">Sign In</a></signinButton>
{% endif %}