{% extends "base.html" %} {% block titleTag -%} {{_("AI Summarizer")}} - KindleEar {% endblock -%} {% set lang = params.get('summary_lang', '') -%} {% set words = params.get('summary_words', 100) -%} {% block content -%}
{% if tips -%}
{{tips|safe}}
{% endif -%}
{{_("AI Summarizer")}} [{{title}}]

{{_("Note: Enabling this feature will significantly increase consumed CPU instance hours.")}}


{{_("Test (Please save settings firstly)")}}

{% endblock -%} {% block js -%} {% endblock -%}