1
from django.dispatch import Signal
2
3
template_rendered = Signal(providing_args=["template", "context"])