cp -Rp Facebook-Graph/eg/recipe2 arcusarte
[facebook-dancer.git] / arcusarte / views / friends.tt
diff --git a/arcusarte/views/friends.tt b/arcusarte/views/friends.tt
new file mode 100644 (file)
index 0000000..c98f9c0
--- /dev/null
@@ -0,0 +1,10 @@
+[% INCLUDE header.tt %]
+
+<h1>Friends</h1>
+<ul>
+[% FOREACH friend IN friends %]
+       <li>[% friend.name %]</li>
+[% END %]
+</li>
+
+[% INCLUDE footer.tt response = response %]