{{ __('deleted_post_body') }}
{{ isDeleted ? __('deleted_post_title') : post.title }}
{{ formatDate(post.created_at) }}
{{ post.views_count || 0 }}
{{ __('post_not_found') }}
{{ __('go_to_list') }}{{ __('deleted_post_body') }}
{{ __('댓글') }} ({{ comments.length }})
{{ __('login_to_comment') }}