{% extends "base.html" %} {% load lang %} {% block title %}{{ "Home"|t }}{% endblock %} {% block topbar %}{{ "Home"|t }}{% endblock %} {% block content %}

{{ "Contents"|t }}

{{ "Words narrow, and match the start of a word. Best matches first; ↓ then Enter opens one."|t }}

{% include "_explorer.html" %}
{% endblock %} {% block scripts %} {% endblock %}