I don't see why you couldn't use compile_string (from
django.core.template) or your own parser to resolve variables in your
template tag. A custom parser might be faster, but then again with
compile_string you get more features.

Reply via email to