{{ post.title }}
投稿者: {{ post.writer }}
作成日: {{ post.created_at }}
更新日: {{ post.updated_at }}
カテゴリ: {{ post.category }}
タグ: {% for tag in post.tags.all %}{{ tag }},{% endfor %}
投稿者: {{ post.writer }}
作成日: {{ post.created_at }}
更新日: {{ post.updated_at }}
カテゴリ: {{ post.category }}
タグ: {% for tag in post.tags.all %}{{ tag }},{% endfor %}