Skip to content

Instantly share code, notes, and snippets.

@krisys
Created January 28, 2012 13:21
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 krisys/1694286 to your computer and use it in GitHub Desktop.
Save krisys/1694286 to your computer and use it in GitHub Desktop.
template after rendering
<ul>
<li>
<div> A </div>
<div> Statistics </div>
<ul>
<li> A scored 10 runs </li>
<li> A scored 20 runs </li>
<li> A scored 30 runs </li>
</ul>
</li>
<li>
<div> B </div>
<div> Statistics </div>
<ul>
<li> B scored 30 runs </li>
<li> B scored 50 runs </li>
<li> B scored 60 runs </li>
</ul>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment