changeset 106 | b0e55e971315 |
parent 99 | 98360a0a7797 |
child 123 | 9eb7837f7332 |
105:5a24b0072800 | 106:b0e55e971315 |
---|---|
1 {% extends _("theme.html") %} |
1 {% extends "theme.html" %} |
2 |
2 |
3 {% block jumbotron %} |
3 {% block jumbotron %} |
4 <!-- default jumbotron --> |
4 <!-- default jumbotron --> |
5 {% include _("en/jumbotron-coursematerial.html") %} |
5 {% include "jumbotron-coursematerial.html" %} |
6 {% endblock %} |
6 {% endblock %} |
7 |
7 |
8 {% block body %} |
8 {% block body %} |
9 <div class="container"> |
9 <div class="container"> |
10 <div class="col-lg-12"> |
10 <div class="col-lg-12"> |