course-outline-modal.underscore 268 Bytes
Newer Older
1 2 3 4 5 6 7
<div class="xblock-editor" data-locator="<%= xblockInfo.get('id') %>" data-course-key="<%= xblockInfo.get('courseKey') %>">
    <div class="message modal-introduction">
        <p><%= introductionMessage %></p>
    </div>
    <div class="modal-section"></div>
</div>