{% include "_meta.html" %} jiten - sentences {% from "_macros.html" import topbtn with context %} {% from "_search.html" import sentences with context %} {% include "_nav.html" %}
{{ sentences(query) }} {% if query %} {% for e in results %}
{{ topbtn() }}
{% for c in e.jap -%} {% if M.iskanji(c) -%} {{ c }} {%- else -%} {{ c }} {%- endif %} {%- endfor %}
    {% for lang in "english dutch german".split() %}
  • {% if e|attr(lang[:3]) %} {{ e|attr(lang[:3]) }} {{ lang[:3] }} {% else %} no {{ lang }} {% endif %}
  • {% endfor %}
{% else %}
no results
{% endfor %} {% endif %}
{% include "_footer.html" %}