{% extends "base.html" %} {% block title %}Lute index{% endblock %} {# Must pass empty block to base, or an empty h1 is written. #} {% block header %}{% endblock %} {% block body %} {% if tutorial_book_id %}

The Lute database has been loaded with a brief tutorial, and some languages and short texts for you to try out.

When you're done trying out the demo, click here to clear out the database. Note: this removes everything in the db.

Or instead, dismiss this message.

{% endif %} {% if is_production_data and backup_show_warning %}

Warning: {{ backup_warning_msg }} Create a backup.

{% endif %} {% if not have_languages %}

To get started using Lute, first load a predefined language and sample text, or create your language.

{% else %} {% include "book/tablelisting.html" %} {% endif %} {% endblock %}