<%= lecture.title %>
<%= lecture.description || "설명이 없습니다." %>
총 <%= slides.length %>장
<% if (typeof slidesError !== 'undefined' && slidesError && (!slideImageUrls || slideImageUrls.length === 0)) { %>
슬라이드 이미지 생성에 실패했습니다. LibreOffice가 설치되어 있는지 확인하세요. (macOS: brew install --cask libreoffice)
슬라이드 내용을 불러올 수 없습니다.
<% } %>