| Index: templates/default.tmpl |
| =================================================================== |
| --- a/templates/default.tmpl |
| +++ b/templates/default.tmpl |
| @@ -27,17 +27,22 @@ |
| {% block head %} |
| {{head|safe}} |
| {% endblock %} |
| </head> |
| <body> |
| <? include navbar ?> |
| - <div id="content" class="container content {{ localefile == "index" and page }}"> |
| + {% if localefile == "index" %} |
| + <div class="content {{ page }}"> |
| + {% else %} |
| + <div id="content" class="container content"> |
| + {% endif %} |
| + |
| {% if abbnotification %} |
| <? include abb-notification ?> |
| {% endif %} |
| {% if not noheading %} |
| <h1>{{title|translate("title")}}</h1> |
| {% endif %} |
| {% if not notoc %} |