## mako <%page expression_filter="h"/> <%namespace name='static' file='../static_content.html'/> <%! from django.utils.translation import ugettext as _ from openedx.core.djangolib.markup import HTML %> <%block name="content">

${_("Latest Update")}

${HTML(update_html)}
<%static:webpack entry="LatestUpdate"> new LatestUpdate( { messageContainer: '.update-message', dismissButton: '.dismiss-message button'});