X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fchatty;a=blobdiff_plain;f=root%2Ftt%2Findex.tt;h=06fce92aced9ddbe99c491e2ca572f541ab766fa;hp=51e8ea5d148ae8074c8ef13ae993e506526f6772;hb=9a7bfdb65af033380ae3c9242b2b3815bdc2bdc5;hpb=9b343fd3d0f46473e2f5804ac09caeaed95e4283 diff --git a/root/tt/index.tt b/root/tt/index.tt index 51e8ea5..06fce92 100644 --- a/root/tt/index.tt +++ b/root/tt/index.tt @@ -1 +1,11 @@

Chatty - Toy chat app written in Perl/Catalyst

+

+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. +

+[% IF ! c.user_exists -%] +[% INCLUDE login.tt -%] +[% ELSE %] +Log Out +[% END -%]