{% extends "base.html" %} {% block title %}Lute info{% endblock %} {% block header %}About Lute{% endblock %} {% block body %}

LUTE: Learning Using Texts v3

Version: {{ version }}

Data path: {{ datapath }}

Database: {{ database }}

{% if is_docker %}

Note these are paths in your container, not on the host. You mounted host paths when you started the container.

{% endif %}

Repository: lute-v3

Lute is released under the MIT License.

{% endblock %}