{% include "_meta.html" %} jiten - sentences {% from "_macros.html" import topbtn with context %} {% from "_search.html" import sentences with context %} {% include "_nav.html" %}
{{ sentences(query) }} {% if query %} {% for e in results %}
{{ topbtn() }}
{% for c in e.jap -%} {%- if M.isideo(c) -%} {%- set rm = krm(c) -%} {%- if rm -%} {{ c }} {%- else -%} {{ c }} {%- endif -%} {%- else -%} {{ c }} {%- endif -%} {%- endfor %}
    {% for lang in S.LANGSFULL %}
  • {% if e|attr(lang[:3]) %} {{ e|attr(lang[:3]) }} {{ lang[:3] }} {% else %} no {{ lang }} {% endif %}
  • {% endfor %}
{% else %}
no results
{% endfor %} {% endif %}
{% include "_footer.html" %}