22 | | path - required path to template |
23 | | context_class - kwarg to override the default context created |
24 | | takes_context - kwarg boolean. If true, the first argument of the function must be called 'context', and the context of the calling template will be passed into this argument. Useful if it is heavily context dependent and there would be a huge number of arguments. |
| 22 | * path - required path to template |
| 23 | * context_class - kwarg to override the default context created |
| 24 | * takes_context - kwarg boolean. If true, the first argument of the function must be called 'context', and the context of the calling template will be passed into this argument. Useful if it is heavily context dependent and there would be a huge number of arguments. |