{% extends "head.html" %} {% block title %}{{ title }} - Search Result - FishFishJump{% endblock %} {% block css %} {% endblock %} {% block body %}
{% if pagination['current'] == 1 %}

About {{ result_count }} results ({{ consuming_time }} seconds)

{% else %}

Page {{ pagination['current'] }} about {{ result_count }} results ({{ consuming_time }}seconds)

{% endif %} {% if pages_info != None %}

Searches related to {{ title }}

    {% for k in related_kw %}
  • {{ k }}
  • {% endfor %}

{% else %}

No search results were found!

{% endif %}
{% endblock %}