{% include "_meta.html" %} jiten - kanji by jlpt {% include "_nav.html" %}
{% for level, chars in K.by_jlpt() %}

JLPT N{{ level }}

{{ chars|length }}
{% for c in chars %} {{ c }} {% endfor %}
{% if not loop.last %}
{% endif %} {% endfor %}
{% include "_footer.html" %}