Module for interfacing with Django's Library (django.template.library)
 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.