Skip to content

Instantly share code, notes, and snippets.

@DiegoYungh
Last active August 29, 2015 13:57
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 DiegoYungh/9496583 to your computer and use it in GitHub Desktop.
Save DiegoYungh/9496583 to your computer and use it in GitHub Desktop.
<div class="small-6 six columns">
<div class="row home-comentarista table-box box rodadas">
<div class="small-12 twelve columns item">
<div class="row title">
<div class="small-12 twelve columns">
<a href="">
<h5 class="font-bold">CHAVE {{index}}</h5>
</a>
<div class="box--divider"></div>
</div>
</div>
<div class="row" style="border: 1px solid #ccc;">
<div class="small-12 twelve columns child">
{{loop}}
</div>
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment