👤 내 익명 닉네임: {{ current_nickname }}
{% if data.notice %}
📢 공지사항: {{ data.notice }}
{% endif %}
{% if search_keyword %} ❌ 초기화 {% endif %}

📝 익명 대나무숲 이야기 등록

📌 {{ current_board.replace('_', '/') }} 피드 {% if search_keyword %} 🔍 '{{ search_keyword }}' 검색결과 {% else %} 실시간 {% endif %}
{% if filtered_posts %} {% for post in filtered_posts %}
{{ post.username[:1] }}
{{ post.title }}
💬 {{ post.comments|length }}

{{ post.content }}

{% if post.image_url %} 첨부 이미지 {% endif %}
{% if post.comments %} {% for c in post.comments %}
{{ c.username }} {{ c.content }}
{% endfor %} {% else %}
첫 댓글을 남겨보세요!
{% endif %}
{% endfor %} {% else %}
아직 게시물이 없습니다. 첫 이야기를 남겨보세요!
{% endif %}
🏆 실시간 대숲 공감전 랭킹
{% for rank_item in board_rankings %}
{% if loop.index == 1 %}🥇 {% elif loop.index == 2 %}🥈 {% elif loop.index == 3 %}🥉 {% else %}{{ loop.index }} {% endif %} {{ rank_item.name.replace('_', '/') }} 👍 {{ rank_item.score }}점
{% endfor %}
🏫 전국 지역구 대나무숲
{% for key, val in boards_config.items() %}
{{ val.icon }}

{{ key.replace('_', '/') }} 대나무숲

{{ val.desc }}

{% endfor %}
{% if alert_msg %} {% endif %}