{% extends "base.html" %} {% block titleTag -%} {{ _("Home") }} - KindleEar {% endblock -%} {% block content -%}

{{_("Inherited From Calibre")}}

{% autoescape off %} {{_("Empowered by %(calibre)s, you can easily create e-books on a Python-supported online platform and seamlessly transfer them to your e-reader or other reading devices.", calibre='Calibre')|safe}} {% endautoescape %}

{{_("Share Your Ideas")}}

{% autoescape off %} {{_("With the open-source %(kindleear)s application, you can set up your own server to deliver daily news feeds to your e-reader and effortlessly share the service with friends.", kindleear='KindleEar')|safe}} {% endautoescape %}

{% endblock -%}