{% if board.bo_use_sideview %} {% import "/sideview/macros.html" as sideview %} {% endif %} {% set thumb_width, thumb_height = 297, 212 %}
{% endif %}
{% endif %}
{% if write.icon_secret -%}
비밀글
{%- endif -%}
{% if write.is_notice %}{{ write.subject }}{% else %}{{ write.subject }}{% endif %}
{% if write.icon_hot %}인기글{% endif %}
{% if write.icon_new %}N새글{% endif %}
{% if write.icon_file %}파일첨부{% endif %}
{% if write.icon_link %}링크{% endif %}
{% if write.icon_reply %}답변{% endif %}
{% if write.wr_comment %}댓글{{ write.wr_comment }}{% endif %}