Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.14 KB

reference-component.md

File metadata and controls

23 lines (12 loc) · 1.14 KB

???+ summary

   Decide where the component will be displayed by using our template tag.

{% include-markdown "../../../README.md" start="" end="" %}

=== "my-template.html"

   {% include-markdown "../../../README.md" start="<!--html-code-start-->" end="<!--html-code-end-->" %}

{% include-markdown "../features/templatetag.md" start="" end="" %}

{% include-markdown "../features/templatetag.md" start="" end="" %}

{% include-markdown "../features/templatetag.md" start="" end="" %}

{% include-markdown "../features/templatetag.md" start="" end="" %}

??? question "Where is my templates folder?"

   If you do not have a `templates` folder in your **Django app**, you can simply create one! Keep in mind, templates within this folder will not be detected by Django unless you [add the corresponding **Django app** to `settings.py:INSTALLED_APPS`](https://docs.djangoproject.com/en/dev/ref/applications/#configuring-applications).