<% var detailAllowed = typeof successStoryDetailAllowed !== 'undefined' ? successStoryDetailAllowed : true; %> <% var _cover = story.coverImageUrl && String(story.coverImageUrl).trim(); %> <% var _detailHref = (story.submissionId) ? ("/ai-cases/submit/" + encodeURIComponent(String(story.submissionId))) : ("/ai-cases/" + encodeURIComponent(String(story.slug || ""))); %> <% var _isSubmission = !!story.submissionId || story._source === "submission"; %> <% var _viewCount = typeof story.viewCount !== "undefined" ? story.viewCount : 0; %> <% var _likeCount = typeof story.likeCount !== "undefined" ? story.likeCount : 0; %>
<% if (detailAllowed) { %>
<%= story.department || "사내" %> · <%= story.author || "" %>

<%= story.title %>

<%= story.excerpt || "" %>

<% (story.tags || []).forEach((oneTag) => { %> #<%= oneTag %> <% }) %>
<% if (_isSubmission) { %>조회 <%= _viewCount %> · ♥ <%= _likeCount %><% if (story.publishedAt) { %> · <% } %><% } %><% if (story.publishedAt) { %><%= story.publishedAt %><% } %>
<% } else { %>
<%= story.department || "사내" %> · <%= story.author || "" %>

<%= story.title %>

<%= story.excerpt || "" %>

<% (story.tags || []).forEach((oneTag) => { %> #<%= oneTag %> <% }) %>
<% if (_isSubmission) { %>조회 <%= _viewCount %> · ♥ <%= _likeCount %><% if (story.publishedAt) { %> · <% } %><% } %><% if (story.publishedAt) { %><%= story.publishedAt %><% } %>
<% } %>