<%- include("_header") %>
🔗 개발 사이트 바로가기
<% siteGroups.forEach(function(g){ %>
<%= g.group %>
<% g.sites.forEach(function(s){ %> <%= s.icon %> <%= s.name %>
<%= s.desc %>
<% }); %>
<% }); %>
📂 공유 프로젝트
<% if (projects.length === 0) { %>
아직 공유된 프로젝트가 없습니다. 오른쪽에서 추가해 보세요.
<% } else { %> <% projects.forEach(function(p){ %>
<%= p.title %>
<%= p.owner_name %> · <%= new Date(p.updated_at).toLocaleDateString("ko-KR") %>   ⭐ <%= p.star_count %>   💬 <%= p.comment_count %>
<% if (p.description) { %>
<%= p.description %>
<% } %> <% if (p.tags) { %>
<% p.tags.split(",").map(t=>t.trim()).filter(Boolean).forEach(function(t){ %> <%= t %> <% }); %>
<% } %>
<% }); %> <% } %>
➕ 프로젝트 공유