{% extends "base.html" %} {% block title %}{% if lesson %}{{ lesson.title }}{% else %}Grammar{% endif %} – Auf Deutsch{% endblock %} {% block content %} {% if lesson %}
← Back to grammar
{{ lesson.level }} · {{ lesson.category }}

{{ lesson.title }}

{{ lesson.summary }}

{{ lesson.track_title }} {{ lesson.estimated_minutes }} min
Pattern first
{{ lesson.pattern }}
{% if lesson.memory_hook %}

Memory hook: {{ lesson.memory_hook }}

{% endif %}
Why you need it

{{ lesson.why_it_matters }}

{% if lesson.real_life_mission %}
Tiny mission

{{ lesson.real_life_mission }}

{% endif %}
Core rules
{% for rule in lesson.core_rules %}
{{ rule }}
{% endfor %}
{% if lesson.quick_frames %}
Quick frames
{% for frame in lesson.quick_frames %} {{ frame }} {% endfor %}
{% endif %} {% if lesson.important_verbs %}
Important verbs
{% for verb in lesson.important_verbs %}
{{ verb.de }} {{ verb.en }} {{ verb.pattern }}
{% endfor %}
{% endif %} {% if lesson.connector_map %}
Connectors
{% for item in lesson.connector_map %}
{{ item.form }} {{ item.meaning }} {{ item.word_order }}
{% endfor %}
{% endif %} {% if lesson.preposition_map %}
Prepositions
{% for item in lesson.preposition_map %}
{{ item.form }} {{ item.use }} {{ item.case }}
{% endfor %}
{% endif %}
{% if lesson.examples %}

Examples that actually sound natural

{% for ex in lesson.examples %}
{{ ex.de }}
{{ ex.en }}
{% if ex.tip %}
{{ ex.tip }}
{% endif %}
{% endfor %}
{% endif %} {% if lesson.common_mistakes %}

Common traps

{% for item in lesson.common_mistakes %}
Not this: {{ item.wrong }}
Use this: {{ item.right }}
{{ item.why }}
{% endfor %}
{% endif %} {% if lesson.micro_drills %}

Mini drills

{% for drill in lesson.micro_drills %}
{{ drill.prompt }}
{{ drill.hint }}
{% endfor %}
{% endif %} {% if related_packs %}

Practice with lessons

{% endif %} {% if related_lessons %}

Related grammar next

{% endif %}
{% else %}
Grammar that stays usable

A1 and A2 grammar, taught as patterns not walls of theory

The goal here is simple: learn one pattern, see it in real German, notice the trap, then use it immediately. This covers the main grammar ground for A1 and A2 without turning into a textbook dump.

Start here

1. Get the sentence frame right

Verb early, one clear chunk first, then the rest. This fixes more beginner mistakes than any long rule list.

Then add

2. Build a small verb engine

Learn the verbs and frames you actually say every day: sein, haben, modals, common actions, and fixed patterns.

After that

3. Learn chunks, not isolated grammar

am Montag, um acht Uhr, nach Hause, mit dem Bus. These chunks make grammar usable faster.

{% if verb_groups %}
Verb section

Detailed verb lessons first

If you want the highest-return grammar area, start here. These lessons focus on the verbs and frames you will reuse every day.

{% endif %} {% for group in level_groups %}
{{ group.level }} track

{{ group.level }} grammar roadmap

{{ group.intro }}

{% for outcome in group.outcomes %} {{ outcome }} {% endfor %}
{% endfor %}
{% endif %} {% endblock %} {% block scripts %} {% if lesson and lesson.micro_drills %} {% endif %} {% endblock %}