- Provide content injection via a variety of mechanisms
- Allow targeted content placement with sensible fallback and fail states
content-ready
- fires when
-
```html <cpx-content url="https://www.example.com/content"> <template> <h1>Hello ${given_name}!</h1> </template> </cpx-content> ```