## mako <%page expression_filter="h"/> <%namespace name='static' file='../static_content.html'/> <%! from openedx.core.djangolib.js_utils import ( dump_js_escaped_json, js_escaped_string ) %> <%block name="js_extra"> <%static:require_module module_name="js/learner_dashboard/program_list_factory" class_name="ProgramListFactory"> ProgramListFactory({ marketingUrl: '${marketing_url | n, js_escaped_string}', programsData: ${programs | n, dump_js_escaped_json}, userProgress: ${progress | n, dump_js_escaped_json} });