fix monitor links
[mindcoding-template-patches.git] / tmpl / pb.en
CommitLineData
5afaee12 1<div class="row clearfix">
65ac4e4b 2<div class="col-md-8 column">
5afaee12 3
65ac4e4b
MG
4<div class="well">
5<tmpl_if levels>
6<h3>Beginner</h3>
7<ul class="list-group">
8<tmpl_loop beginner><li class="list-group-item"><a href="<tmpl_var id>.var"><tmpl_var name></a>
9</tmpl_loop></ul>
5afaee12 10
65ac4e4b
MG
11<h3>Easy</h3>
12<ul class="list-group">
13<tmpl_loop easy><li class="list-group-item"><a href="<tmpl_var id>.var"><tmpl_var name></a>
14</tmpl_loop></ul>
5afaee12 15
65ac4e4b
MG
16<h3>Medium</h3>
17<ul class="list-group">
18<tmpl_loop medium><li class="list-group-item"><a href="<tmpl_var id>.var"><tmpl_var name></a>
19</tmpl_loop></ul>
5afaee12 20
65ac4e4b
MG
21<h3>Hard</h3>
22<ul class="list-group">
23<tmpl_loop hard><li class="list-group-item"><a href="<tmpl_var id>.var"><tmpl_var name></a>
24</tmpl_loop></ul>
25
26<tmpl_else>
27<ul class="list-group">
28<tmpl_loop problems><li><a href="<tmpl_var id>.var"><tmpl_var name></a>
29</tmpl_loop></ul>
30</tmpl_if>
31</div>
32
33</div>
34</div>
This page took 0.011827 seconds and 4 git commands to generate.