Skip to content

Instantly share code, notes, and snippets.

@bguiz
Created May 28, 2013 11:40
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/5662156 to your computer and use it in GitHub Desktop.
Save bguiz/5662156 to your computer and use it in GitHub Desktop.
semantic FT view modules #ft #html5
.apple h2 {
//...
}
.apple h3 {
//...
}
.apple section {
//...
}
<article class="apple">
<h2>{{headline}}</h2>
<h3>{{subhead}}</h3>
<section>{{body}}</section>
</article>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment