← AI 활용 사례로 돌아가기
<% if (typeof updatedOk !== "undefined" && updatedOk) { %>
수정이 저장되었습니다.
<% } %>
<%= title %>
일반 제출 사례 · <%= author %><% if (submitterEmail) { %> (<%= submitterEmail %>)<% } %>
<% if ((tags || []).length) { %>
<% (tags || []).forEach((oneTag) => { %>
#<%= oneTag %>
<% }) %>
<% } %>
<%- situationHtml %>
<%- taskHtml %>
<%- actionHtml %>
<%- resultHtml %>
<% if (typeof thumbnailImages !== "undefined" && thumbnailImages && thumbnailImages.length) { %>
<% thumbnailImages.forEach(function (t, idx) { var tfn = (t.originalName || "실행 화면").replace(/[<>"]/g, ""); %>
<%= tfn %>
<% }); %>
<% } else if (coverImageUrl) { %>
실행 화면
이미지를 클릭하면 원본 크기로 자세히 볼 수 있습니다.
<% } %>
<% if (attachments && attachments.length) { %>
<% } %>