1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<html> <head> <title>中超联赛 {{year}}</title> </head> <body> <h1>CSL {{year}}</h1> <ul> {{#each teams}} <li class="{{#if @first}}champion{{/if}}"> {{log @index}} <b>{{name}}</b>: {{format score}} </li> {{/each}} </ul> </body> </html>