60205b1de2ee051fa2189495672362b4828fab6e
[gruntmaster-page.git] / tmpl / pb.en
1 <tmpl_if beginner>
2 <h2>Beginner</h2>
3 <div class="list-group">
4 <tmpl_loop beginner><a class="list-group-item" href="<tmpl_var id>"><tmpl_var name></a>
5 </tmpl_loop></div>
6 </tmpl_if>
7
8 <tmpl_if beginner>
9 <h2>Easy</h2>
10 <div class="list-group">
11 <tmpl_loop easy><a class="list-group-item" href="<tmpl_var id>"><tmpl_var name></a>
12 </tmpl_loop></div>
13 </tmpl_if>
14
15 <tmpl_if beginner>
16 <h2>Medium</h2>
17 <div class="list-group">
18 <tmpl_loop medium><a class="list-group-item" href="<tmpl_var id>"><tmpl_var name></a>
19 </tmpl_loop></div>
20 </tmpl_if>
21
22 <tmpl_if beginner>
23 <h2>Hard</h2>
24 <div class="list-group">
25 <tmpl_loop hard><a class="list-group-item" href="<tmpl_var id>"><tmpl_var name></a>
26 </tmpl_loop></div>
27 </tmpl_if>
This page took 0.024082 seconds and 3 git commands to generate.