{% include "_meta.html" %}
jiten
{% from "_search.html" import jmdict, kanji, sentences, stroke with context %} {% include "_nav.html" %}
{{ jmdict(langs) }}
{{ kanji(af = False) }}
{{ sentences(af = False) }}
{{ stroke(af = False) }}
{% include "_footer.html" %}