{% extends 'base.html' %} {% block content %}
{{realm_name}}에서 찾은 {{word}}{% if raw_result.query_debug %} ({{raw_result.query_debug}}){% endif %}에 대한 약 {{count}}개 결과 중 {{range}}개 ({{duration}} 초)
검색 결과가 없습니다.
{% endif %}결과 페이지: {{pages|safe}}
{% endblock %}