Upgrade to Pro — share decks privately, control downloads, hide ads and more …

A Tale of Two Frameworks

Sau Sheong Chang
February 19, 2014
61

A Tale of Two Frameworks

Sau Sheong Chang

February 19, 2014
Tweet

Transcript

  1. %section.container %h1= post.title %h2= post.subtitle .content = post.content <section class=”container”>

    <h1><%= post.title %></h1> <h2><%= post.subtitle %></h2> <div class=”content”> <%= post.content %> </div> </section>