<%- include('../partials/navbar', { userId }) %>
서버팩 추가
선택 삭제
<% packs.forEach((pack) => { %>
<%= pack.name %>
<%= pack.file %>
편집
<% }) %>