park.ejs 361 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 <h4>🌳 도시공원 현황</h4> <table class="table"> <thead class="thead-dark"> <tr> <th>도시공원명</th> </tr> </thead> <tbody> <tr> <td> <%=titles%> </td> </tr> </tbody> </table> <p class="sum">총 도시공원 개수 : <%=parks_list.length%> </p>