data-toast="<%= toast %>"<% } %><% if (typeof egg !== "undefined" && egg) { %> data-egg="<%= egg %>"<% } %><% if (typeof openModal !== "undefined" && openModal) { %> data-open-modal="<%= openModal %>"<% } %>>
<%- icon("code", { size: 22 }) %>
<%= brand %>
사내 개발 포털
<% if (user) { %>
<%- icon("search", { size: 15 }) %>
<%- icon("moon", { size: 16 }) %>
<%- icon("sun", { size: 16 }) %>
<% if (user.isAdmin) { %>
<%- icon("lock", { size: 11 }) %>관리자
<% } %>
<%= user.sabun %>
<%- identicon(user.sabun, 26) %>
<%- icon("caret", { size: 14 }) %>
로그인 계정
<%= user.sabun %>
<%= user.isAdmin ? "관리자 (admin)" : "일반 사용자" %>
<%- icon("signout", { size: 15 }) %>
로그아웃
<% } %>