If TEMPLATE_DEBUG is True and you do not use either SekizaiContext or RequestContext and the sekizai context processor, a TemplateSyntaxError will be raised in any template using a sekizai tag.
Following restrictions apply to this tag:
Generally it is recommended to have all render_block tags in your base template (the one that get’s extended by all others). Having it in a template that itself extends another template is not recommended. Since the most common use case for django-sekizai is css and javascript files/snippets, you would most likely want those in your base template anyway.
Following restrictions apply to this tag: