## mako <%page expression_filter="h"/> <%namespace name='static' file='../static_content.html'/> <%! from openedx.features.course_experience import SHOW_REVIEWS_TOOL_FLAG %> % if SHOW_REVIEWS_TOOL_FLAG.is_enabled(course.id):
## Coursetalk Widget
% endif