{% extends "base.html" %} {% block title %}Home – Auf Deutsch{% endblock %} {% block content %}
{% if show_reminder_banner %}
Your {{ reminder_time }} reminder is ready. Start now
{% endif %} {% if not has_content %}
📂

Keine Inhalte gefunden

No phrase packs found in content/packs/.
Check the project README for setup instructions.

{% else %}
{{ greeting_de }}

Learn German without getting overwhelmed.

{% if all_done %} You finished today’s core session. Keep it light from here. {% else %} Today is just one short session: {{ due_count }} review, {{ new_count }} new, about {{ estimated_minutes }} minutes. {% endif %}

Level {{ selected_level }} {{ daily_goal }} min goal {{ weekly_snapshot.active_days }}/{{ weekly_snapshot.target_days }} days this week
Today
{% if all_done %}You are done for today{% else %}Start today’s session{% endif %}

{% if all_done %} If you want a little more, read a short story or do one extra review round. {% elif recommended_pack %} Focus lesson: {{ recommended_pack.pack_name }}. {{ recommended_pack.can_do }} {% else %} A short focused session is enough. You do not need to do everything today. {% endif %}

Start session {% if all_done and next_story %} Read story {% elif recommended_pack %} Open lesson {% endif %}
{% if recommended_pack %}
Next lesson
{{ recommended_pack.cover_emoji }} {{ recommended_pack.pack_name }}

{{ recommended_pack.can_do }}

Open lesson
{% endif %} {% if next_story %}
Short reading
{{ next_story.cover_emoji }} {{ next_story.title_de }}

{{ next_story.read_time }} minute story for easy context practice.

Read story
{% elif weak_phrases %}
Quick review
{{ weak_phrases[0].de }}

{{ weak_phrases[0].en }}

Review phrase
{% endif %}
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}