{% extends "base.html" %} {% block style %} {% endblock %} {% block content %}

Search Result

{% if error %}

{{ error }}

{% else %} {% if results %}
{% for result in results %} {% endfor %}
Pinyin NameEnglish NameChinese Name
{{ result.pinyin }}{{ result.english_name }}{{ result.chinese_name }}
{% else %}

Sorry, there's no result match.

{% endif %} {% endif%}
{% endblock %}