<%= course.fullname %>

<%= course.summary %>

<% _.each(sections, function(section) { %> <% if (section.modules && section.modules.length >0) { %>

<%= section.name %>

<% } %> <% }); %>