]> Dogcows Code - chaz/chatty/blob - root/tt/index.tt
06fce92aced9ddbe99c491e2ca572f541ab766fa
[chaz/chatty] / root / tt / index.tt
1 <h1>Chatty - Toy chat app written in Perl/Catalyst</h1>
2 <p>
3 This app lets you chat with other registered chatters. Cool! Once you are
4 registered and logged-in, you will be allowed to join a chat room and get
5 chatty.
6 </p>
7 [% IF ! c.user_exists -%]
8 [% INCLUDE login.tt -%]
9 [% ELSE %]
10 <a href="[% c.uri_for('logout') %]">Log Out</a>
11 [% END -%]
This page took 0.029337 seconds and 3 git commands to generate.