I hereby claim:
- I am iamjazzar on github.
- I am ahmedaljazzar (https://keybase.io/ahmedaljazzar) on keybase.
- I have a public key ASDbM9pslukvv_8x0xu2Ewlp9ZR1Yt7z5mqWuUZtakTCYQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| """ | |
| Mako Template Backend | |
| This is the implementation of Mako template backend in order to use | |
| it as a Django Template Backend alternative in this project template | |
| system. This backend is a class that inherits | |
| django.template.backends.base.BaseEngine. It must implement | |
| get_template() and optionally from_string(). | |
| """ |