<%page expression_filter="h"/> <%! from openedx.core.djangolib.markup import HTML %> %if unit_title:

${unit_title}

% endif % if show_bookmark_button: <%include file='bookmark_button.html' args="bookmark_id=bookmark_id, is_bookmarked=bookmarked"/> % endif
% for idx, item in enumerate(items):
${HTML(item['content'])}
% endfor