{% autoescape false %}{{ section.code.base|code }}{% endautoescape %}
- {% set exercise = exercise + 1 %}
- diff --git a/theme/templates/page.html b/theme/templates/page.html
index 9793cc4a5..b23c81edd 100644
--- a/theme/templates/page.html
+++ b/theme/templates/page.html
@@ -65,20 +65,22 @@
{% for article in item.articles %}
-
- {% set exercise = exercise + 1 %}
- {% autoescape false %}{{ section.code.base|code }}{% endautoescape %}
{% autoescape false %}{{ section.code.base|code }}{% endautoescape %}
+ {% set exercise = exercise + 1 %}
+ {% autoescape false %}{{ section.code.solution|code }}{% endautoescape %}
- {% set exercise = exercise + 1 %}
- {% autoescape false %}{{ section.code.solution|code }}{% endautoescape %}
+ {% set exercise = exercise + 1 %}
+