{% include "_meta.html" %}
{% 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" %}