From fc6f60c4d705a974544baa36fa25fc28a27ac5dd Mon Sep 17 00:00:00 2001 From: Anand Chitipothu Date: Mon, 8 Mar 2021 11:11:48 +0000 Subject: [PATCH] Integrated topic page with livecode. --- community/www/courses/topic.html | 105 ++++++++++++++++++++++++++++++- 1 file changed, 104 insertions(+), 1 deletion(-) 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 %}