{% include "_meta.html" %} jiten - kanji by jlpt {% from "_macros.html" import topbtn with context %} {% include "_nav.html" %}
{% for level, chars in K.by_jlpt() %}

JLPT N{{ level }}

{{ chars|length }}
{{ topbtn() }}
{% for c, r, m in chars %} {{ c }} {% endfor %}
{% if loop.last %} {% endif %}
{% if not loop.last %}
{% endif %} {% endfor %}
{% include "_footer.html" %}