{{current_entry.Title}}
글 갈래 : [ {{current_entry.Category.Title}} ] / {{current_entry.created}}
{{current_entry.Content}}
{% include 'comments.html' %}
-
{% if prev_entry %}
- 이전 글 ({{prev_entry.Title}}) {% endif %} {% if next_entry %}
- 다음 글 ({{next_entry.Title}}) {% endif %}