index.pug 230 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 extends layout block content h1= title p= lectures button(type="button" class="btn btn-primary" onclick="checkAttendance()") 출석확인 div(class="container-fluid") ul(id="attendanceTable" class="list-group")