4 |
5 |
6 |
7 | 번호 |
8 | 제목 |
9 | 작성자 |
10 | 작성일 |
11 | 조회수 |
12 |
13 |
14 |
15 | {{#posts}}
16 |
17 | {{id}} |
18 | {{title}} |
19 | {{writer}} |
20 | {{createdDate}} |
21 | {{view}} |
22 |
23 | {{/posts}}
24 |
25 |
26 |
29 | {{! Page }}
30 | {{>posts/posts-page}}
31 |
32 | {{>layout/footer}}
33 |
--------------------------------------------------------------------------------
/src/main/resources/templates/layout/footer.mustache:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
11 |