]> Dogcows Code - chaz/chatty/blobdiff - root/tt/index.tt
add register template; improved message feedback
[chaz/chatty] / root / tt / index.tt
index 51e8ea5d148ae8074c8ef13ae993e506526f6772..06fce92aced9ddbe99c491e2ca572f541ab766fa 100644 (file)
@@ -1 +1,11 @@
 <h1>Chatty - Toy chat app written in Perl/Catalyst</h1>
 <h1>Chatty - Toy chat app written in Perl/Catalyst</h1>
+<p>
+This app lets you chat with other registered chatters. Cool!  Once you are
+registered and logged-in, you will be allowed to join a chat room and get
+chatty.
+</p>
+[% IF ! c.user_exists -%]
+[% INCLUDE login.tt -%]
+[% ELSE %]
+<a href="[% c.uri_for('logout') %]">Log Out</a>
+[% END -%]
This page took 0.017395 seconds and 4 git commands to generate.