<% var detailAllowed = typeof successStoryDetailAllowed !== 'undefined' ? successStoryDetailAllowed : true; %>
<% if (detailAllowed) { %>
<%= story.department || "사내" %> · <%= story.author || "" %>

<%= story.title %>

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

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

<%= story.title %>

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

<% (story.tags || []).forEach((oneTag) => { %> #<%= oneTag %> <% }) %>
<% if (story.publishedAt) { %><%= story.publishedAt %><% } %>
<% } %>