X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fchatty;a=blobdiff_plain;f=root%2Ftt%2Fwrapper.tt;h=6fad196f4d97108a65fce37dc85403d6812f773b;hp=cfcaf5bd5319af617fae4832b72337a7eca43c78;hb=9a7bfdb65af033380ae3c9242b2b3815bdc2bdc5;hpb=6d0804a199f1cae7be898b771829c0dfbf2de7f1 diff --git a/root/tt/wrapper.tt b/root/tt/wrapper.tt index cfcaf5b..6fad196 100644 --- a/root/tt/wrapper.tt +++ b/root/tt/wrapper.tt @@ -4,15 +4,60 @@ - + + Chatty - [% template.title or 'Toy chat application written in Perl/Catalyst' %]
+[% IF error -%] +
+ [% error %] +
+[% END -%] +[% IF message -%] +
+ [% message %] +
+[% END -%]
-[% content %] +[% content -%] +
+
- + + + +