{% extends 'base.html.twig' %} {% block title %}漢字索引{% endblock %} {% block body %}

{{ block('title') }}

検索
{% for char in characters %} {% if char.codepoint ends with '0' %}
{% endif %}
{#{% if char.jiten_href != null %} {{- char.str -}} {% else %}#} {{- char.str -}} {#{% endif %}#}
{% if char.lists.unicode is not defined %} {{ char.codepoint }} {% else %} {{ char.codepoint }} {% endif %}
{% if char.codepoint ends with 'f' %}
{% endif %} {% endfor %}
{% endblock %}