| {{ selectedBoard === 'anonymous' ? '닉네임' : '작성자' }} | 제목 | |
|---|---|---|
| {{ selectedBoard === 'anonymous' ? post.nickname : post.author }} |
{{ truncateTitle(post.title) }}
[{{ post.commentCount }}]
{{ post.date }}
{{post.views}}
|
|
| 게시물이 없습니다. | ||