작성된 포스트가 없습니다.
{% else %}최근 포스트
-
{% for post in posts %}
-
{{ post.category }}
{{ post.title }}
{{ (post.add_date).strftime("%b %d") }} / {{ (post.add_date).strftime("%Y") }}
{% endfor %}