{{ $t("forumTitle") }}

{{ post.title }}

{{ post.author }} | {{ post.createdAt }}

{{ $t("views") }}: {{ post.views }} 👍 {{ post.likes }}

{{ $t("newPost") }}

{{ postDetail.title }}

{{ postDetail.author }} | {{ postDetail.createdAt }}

{{ postDetail.content }}

{{ $t("views") }}: {{ postDetail.views }} 👍 {{ postDetail.likes }}

{{ $t("replies") }}

{{ reply.author }}: {{ reply.content }}

{{ reply.createdAt }}