We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa95bb1 commit 9da3de8Copy full SHA for 9da3de8
README.md
@@ -128,9 +128,9 @@ INSTALLED_APPS = [
128
## `templates/your-template.html`
129
130
In your templates, you may inject a view of an IDOM component into your templated HTML
131
-by using the `idom_view` Jinja tag. This tag which requires the name of a component to
132
-render (of the form `app_name.ComponentName`) and keyword arguments you'd like to pass
133
-it from the template.
+by using the `idom_view` template tag. This tag which requires the name of a component
+to render (of the form `app_name.ComponentName`) and keyword arguments you'd like to
+pass it from the template.
134
135
```python
136
idom_view app_name.ComponentName param_1="something" param_2="something-else"
0 commit comments