<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,8 +2,25 @@ Jack.Template( &quot;index&quot; , &quot;./samples/framework/templates/index.html.haml&quot; );
 
 Jack.View( &quot;indexView&quot; , function( name ){
     window.document = Jack.Template(&quot;index&quot;);
-    $(&quot;body&quot;).append( name );
-    return document.innerHTML;
+    return $(&quot;body&quot;)
+            .find(&quot;.content&quot;)
+                .html( 
+                    baconl(&quot;%p This text was added dynamically by: &quot;)
+                )
+                .append( name )
+            .end()
+            .append(
+                baconl(&quot;%ul.links&quot;)
+            )
+            .find(&quot;.links&quot;)
+                .append(
+                    &quot;&lt;li&gt;&lt;a href='/user/1'&gt;User 1&lt;/a&gt;&lt;/li&gt;&quot; , 
+                    &quot;&lt;li&gt;&lt;a href='/user/2'&gt;User 2&lt;/a&gt;&lt;/li&gt;&quot;
+                )
+             .end()
+        .end()
+        .html();
+
 });
 
 Jack.Action(/^\/$/,function() {</diff>
      <filename>samples/framework/boot.js</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,6 @@
 %html
   %title Hello!
   %body
-    %div.message Welcome!
+    %h1 Garrulous Gorilla
+    %div.content
+    
\ No newline at end of file</diff>
      <filename>samples/framework/templates/index.html.haml</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>samples/hello.js</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>107e572569894256d6d69d0977633196c0f94f4e</id>
    </parent>
  </parents>
  <author>
    <name>cohitre</name>
    <email>carlosrr@gmail.com</email>
  </author>
  <url>http://github.com/JackDanger/jack/commit/d871c732a1cfbe960961b422ab007f70c6964d0a</url>
  <id>d871c732a1cfbe960961b422ab007f70c6964d0a</id>
  <committed-date>2009-03-12T09:36:02-07:00</committed-date>
  <authored-date>2009-02-02T10:11:31-08:00</authored-date>
  <message>Adding more complicated View sample</message>
  <tree>1babdcc24f56bdfb5a0a5d330ee8a2602f644ee6</tree>
  <committer>
    <name>Jack Danger Canty</name>
    <email>gitcommit@6brand.com</email>
  </committer>
</commit>
