{% include "_meta.html" %}
jiten - kanji by level
{% include "_nav.html" %}
{% for level, chars in levels %}
{{ level }}
{{ chars|length }}
{% for c in chars %}
{{ c }}
{% endfor %}
{% if not loop.last %}
{% endif %} {% endfor %}
{% include "_footer.html" %}