equal
deleted
inserted
replaced
1 {% extends _("theme.html") %} |
1 {% extends "theme.html" %} |
2 {% block jumbotron %} |
2 {% block jumbotron %} |
3 <!-- default jumbotron --> |
3 <!-- default jumbotron --> |
4 {% include _("en/jumbotron-default.html") %} |
4 {% include "jumbotron-default.html" %} |
5 {% endblock %} |
5 {% endblock %} |
6 {% block body %} |
6 {% block body %} |
7 <div class="module module-gallery"> |
7 <div class="module module-gallery"> |
8 <!--img src="static/images/python_blender.jpg" /--> |
8 <!--img src="static/images/python_blender.jpg" /--> |
9 <div class="container"> |
9 <div class="container"> |