diff --git a/theme/templates/page.html b/theme/templates/page.html index a65acafb8..731e4bcfa 100644 --- a/theme/templates/page.html +++ b/theme/templates/page.html @@ -57,11 +57,7 @@
Exercise #{{ exercise }}
{% autoescape false %}{{ section.content }}{% endautoescape %} -
-                                    
-                                    {% autoescape false %}{{ section.code.base|code }}{% endautoescape %}
-                                    
-                                
+
{% autoescape false %}{{ section.code.base|code }}{% endautoescape %}
{% set exercise = exercise + 1 %}
{% endif %}