diff --git a/community/www/courses/topic.html b/community/www/courses/topic.html index d14388c5..b29a8fde 100644 --- a/community/www/courses/topic.html +++ b/community/www/courses/topic.html @@ -44,5 +44,108 @@ {% endmacro %} {% macro render_section_code(s) %} -
{{s.code}}
+
+
+
+ +

Editor

+
+ +
+
+
+

Output

+
+
+ Dashed box +

+    
+ +
+
{% endmacro %} + +{%- block script %} + {{ super() }} + + +{%- endblock %} + +{%- block style %} + {{ super() }} + + +{%- endblock %}