%page expression_filter="h"/>
<%! from openedx.core.djangolib.markup import HTML %>
%if unit_title and show_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):
% if item['content']:
${HTML(item['content'])}
%endif
% endfor