File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ < div class ="exercise-header "> Exercise</ div >
2
+ {% autoescape false %}{{ section.content }}{% endautoescape %}
3
+ < pre > < code > {% autoescape false %}{{ section.code.base|code }}{% endautoescape %}</ code > </ pre >
4
+ < hr >
5
+ < p > Solution:</ p >
6
+ < pre > < code > {% autoescape false %}{{ section.code.solution|code }}{% endautoescape %}</ code > </ pre >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ <h1 class="book-chapter book-chapter-{{ progress.current.level|lvl }}">{{ progre
20
20
{% if section.type == "normal" %}
21
21
{% autoescape false %}{{ section.content }}{% endautoescape %}
22
22
{% elif section.type == "exercise" %}
23
- {% include "./includes/book /exercise.html" with {section: section} %}
23
+ {% include "./includes/page /exercise.html" with {section: section} %}
24
24
{% elif section.type == "quiz" %}
25
25
{% include "./includes/book/quiz.html" with {section: section} %}
26
26
{% endif %}
You can’t perform that action at this time.
0 commit comments