debian-django-cachalot/cachalot/templatetags/cachalot.py

10 lines
149 B
Python

from django.template import Library
from ..api import get_last_invalidation
register = Library()
register.assignment_tag(get_last_invalidation)