<% if (typeof allStories === 'undefined') { allStories = []; } %> <% if (typeof story === 'undefined') { story = null; } %>
<%- include('partials/nav', { activeMenu: 'ai-cases' }) %>

AI 성공 사례 관리

목록(사용자 화면)

슬러그는 URL에 쓰이므로 영문·숫자·하이픈만 사용하세요. 원문 PDF 경로(/public/...)가 있으면 상세는 PDF 페이지 이미지로 보여 주며, 이때 본문(Markdown)은 비워도 됩니다. PDF가 없을 때는 본문이 필수입니다.

<% if (allStories.length) { %>

등록된 사례

    <% allStories.forEach(function(s) { %>
  • <%= s.title %> /<%= s.slug %>
  • <% }) %>
<% } %>

<%= story ? '사례 수정' : '새 사례 등록' %>