{% if rows %} {% for r in rows %}
{{ r.code }}
{{ r.title }}
{{ r.category_name or '분류없음' }}
{% endfor %} {% else %}

검색 결과가 없습니다.

{% endif %}