Skip to content
forked from cdleary/coffin

Jinja2 adapter for Django

License

Notifications You must be signed in to change notification settings

CircleUp/coffin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coffin: Jinja2 extensions for Django

This used to be a full-featured standalone adapter. With Django adding support for other template backends, it's approach didn't make sense anymore. Please use django_jinja instead - you won't regret it:

https://github.com/niwinz/django-jinja

This module now is a lean collection of some Django tags that are not included in django-jinja, namely:

  • {% url %}
  • {% spaceless %}
  • {% with %}
  • {% load %} (as a noop)
  • {% get_media_prefix %}
  • {% get_static_prefix %}
  • {% static %} (in a base variant, and with django.contrib.staticfiles support)

About

Jinja2 adapter for Django

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%