class Template { static mainModal() { return `` } static catalogLoading() { return `

Loading Courses

Failed to Load Courses


` } static extensionButton() { return `` } static calendarLine(line) { let { days, start_time, end_time, location_link, location_full } = line; return `

${days}: ${start_time} to ${end_time} ${location_full}

` } static popupListItem(i, list_tile_color, unique, department, number, profname, list_sub_color, line) { return `
  • ${department} ${number} with ${profname} (${unique})

  • `; } static popupLine(line) { let { days, start_time, end_time, location_link, location_full } = line; return `${days}: ${start_time} to ${end_time} ${location_full}
    ` } static calendarModal() { return `