<%- include("_header") %> <% // 뷰 로컬 헬퍼 function tagList(s) { return String(s || "").split(",").map(function (t) { return t.trim(); }).filter(Boolean); } function fdate(d) { var x = new Date(d); return x.getFullYear() + "." + String(x.getMonth() + 1).padStart(2, "0") + "." + String(x.getDate()).padStart(2, "0"); } function searchText(p) { return (p.title + " " + (p.description || "") + " " + (p.tags || "")).toLowerCase(); } %>
<%= profile.name %> <% if (isSelf) { %> <% } %>

<%= profile.name %>

<%= profile.sabun %> <% if (profile.is_admin) { %><%- adminBadge({ size: 16 }) %><% } %>
<%= profile.project_count %>개 프로젝트 · 가입 <%= fdate(profile.created_at) %>
<% if (profile.bio || isSelf) { %>

" id="bioText"><%= profile.bio || "한줄 소개를 남겨보세요" %>

<% if (isSelf) { %> <% } %>
<% if (isSelf) { %> <% } %> <% } %>

<%= isSelf ? "내 프로젝트" : (profile.name + " 님의 프로젝트") %>

<%= isSelf ? "공개·비공개 모두 표시" : "공개된 프로젝트만 표시" %>
<% if (!projects.length) { %>
<%= isSelf ? "아직 등록한 프로젝트가 없습니다." : "아직 공개된 프로젝트가 없습니다." %>
<% } %>
<%- include("_footer") %> <% if (isSelf) { %> <% } %> <% if (isSelf) { %><% } %>