mirror of
https://github.com/django-components/django-components.git
synced 2025-08-10 01:08:00 +00:00
5 lines
89 B
HTML
5 lines
89 B
HTML
{% load component_tags %}
|
|
<div>
|
|
{% component "injectee" %}
|
|
{% endcomponent %}
|
|
</div>
|