# Django partials
Optional Layer 3 — `{% include %}`-ready templates that wrap the canonical web components in conveniences for Django teams.
## How to use
Copy this folder into your Django app's templates directory:
```sh
cp -r adapters/django/templates/whynot myapp/templates/whynot
```
Then reference partials by their template name:
```django
{% include "whynot/_prototype_card.html" with p=prototype %}
{% include "whynot/_page_header.html" with eyebrow="whynot · signals" title="Signals" %}
{% include "whynot/_pipeline.html" with active_idx=3 %}
```
**Don't** add `adapters/django/` to `TEMPLATES.DIRS` directly — that couples your `INSTALLED_APPS` to the design-system repo layout. Copy what you need.
## What's in here
| Partial | Component it wraps | Context variables |
|---|---|---|
| `_base_head.html` | (none — `` + `