Created
May 28, 2013 11:39
-
-
Save bguiz/5662149 to your computer and use it in GitHub Desktop.
improve FT view modules #ft #html5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="apple"> | |
<h2 class="headline">{{headline}}</h2> | |
<h3 class="sub-head">{{subhead}}</h3> | |
<div class="body">{{body}}</div> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="apple"> | |
<h2 class="headline">{{headline}}</h2> | |
<h3 class="sub-head">{{subhead}}</h3> | |
<div class="body">{{body}}</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment