% if (infos.loc === '/admin/notice/edit') { %>
<%=__('태그는 입력하실 수 없습니다.')%>
<% if (hero !== null) { %>
<% } %>
<%- include(infos.basePath + "/widgets/item-notice", { infos: infos, hero: hero ? hero : {created: '2020년 2월 29일 오후 4시 33분'} }) %>
<%} else if (infos.loc === '/admin/faq/edit') {%>
<%=__('태그는 입력하실 수 없습니다.')%>
<% if (hero !== null) { %>
<% } %>
<%- include(infos.basePath + "/widgets/item-faq", { infos: infos, hero: hero }) %>
<%} else {%>
<%} %>