I\'m using Jinja2 on a new project, but would like to use the django-socialregistration app, which relies on Django template tags. Jinja2 doesn\'t play nicely with template
Should the last line not just be:
{% Template(tpl).render(Context(dict=dict(request=request))) %}