library - Django-Components" > library - Django-Components" >
Skip to content

library ¤

Module for interfacing with Django's Library (django.template.library)

PROTECTED_TAGS module-attribute ¤

PROTECTED_TAGS = [
    "component_dependencies",
    "component_css_dependencies",
    "component_js_dependencies",
    "fill",
    "html_attrs",
    "provide",
    "slot",
]

These are the names that users cannot choose for their components, as they would conflict with other tags in the Library.