<%= profile.name %>
<%= profile.sabun %> <% if (profile.is_admin) { %><%- adminBadge({ size: 16 }) %><% } %>" id="bioText"><%= profile.bio || "한줄 소개를 남겨보세요" %>
<% if (isSelf) { %> <% } %>%- 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(); }
%>
" id="bioText"><%= profile.bio || "한줄 소개를 남겨보세요" %>
<% if (isSelf) { %>
<% } %>
<%= profile.name %>
<%= profile.sabun %>
<% if (profile.is_admin) { %><%- adminBadge({ size: 16 }) %><% } %>
<%= isSelf ? "내 프로젝트" : (profile.name + " 님의 프로젝트") %>
<%= isSelf ? "공개·비공개 모두 표시" : "공개된 프로젝트만 표시" %>