{% load static %}
{{ title }}
{{ title }}
{{ form.q }} {{ form.order }}
{{ error }}
{% for item in result %}
{{item.title}}
{{ item.mdate }}
{{ item.text }}
{% endfor %}
{% if param_prev %}
<< 前の10件
{% endif %} {% if hitnum %}
{{start}} / {{hitnum}}
{% endif %} {% if param_next %}
次の10件 >>
{% endif %}