Introduce Gruntmaster::Page::Generic
[gruntmaster-page.git] / tmpl / pb.en
CommitLineData
fdbf59e5 1<tmpl_if beginner>
9da2f495
MG
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>
fdbf59e5 6</tmpl_if>
9da2f495 7
fdbf59e5 8<tmpl_if beginner>
9da2f495
MG
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>
fdbf59e5 13</tmpl_if>
9da2f495 14
fdbf59e5 15<tmpl_if beginner>
9da2f495
MG
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>
fdbf59e5 20</tmpl_if>
9da2f495 21
fdbf59e5 22<tmpl_if beginner>
9da2f495
MG
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>
9da2f495 27</tmpl_if>
This page took 0.010224 seconds and 4 git commands to generate.