Metadata-Version: 2.4
Name: plain.elements
Version: 0.5.0
Summary: HTML-style includes for Plain.
Author-email: Dave Gaeddert <dave.gaeddert@dropseed.dev>
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: plain<1.0.0
Description-Content-Type: text/markdown

# plain.elements

## Installation

```python
# settings.py
INSTALLED_PACKAGES = [
    # ...
    "plain.elements",
]
```
