c98f9c0d720c67ff11084f05692cd19f0fdad13b
[facebook-dancer.git] / arcusarte / views / friends.tt
1 [% INCLUDE header.tt %]
2
3 <h1>Friends</h1>
4 <ul>
5 [% FOREACH friend IN friends %]
6         <li>[% friend.name %]</li>
7 [% END %]
8 </li>
9
10 [% INCLUDE footer.tt response = response %]