Skip to content

Instantly share code, notes, and snippets.

@bguiz
Created May 28, 2013 11:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bguiz/5662028 to your computer and use it in GitHub Desktop.
Save bguiz/5662028 to your computer and use it in GitHub Desktop.
original FT view modules #ft #html5
.apple {}
.apple_headline {
//...
}
.apple_sub-head {
//...
}
.apple_body {
//...
}
<div class="apple">
<h2 class="apple_headline">{{headline}}</h2>
<h3 class="apple_sub-head">{{subhead}}</h3>
<div class="apple_body">{{body}}</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment