Skip to content

Commit

Permalink
Reference to compile_templates
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Jan 29, 2011
1 parent 4684498 commit c889d32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jinja2/loaders.py
Expand Up @@ -397,6 +397,8 @@ class ModuleLoader(BaseLoader):
... ModuleLoader('/path/to/compiled/templates'),
... FileSystemLoader('/path/to/templates')
... ])
Templates can be precompiled with :meth:`Environment.compile_templates`.
"""

has_source_access = False
Expand Down

0 comments on commit c889d32

Please sign in to comment.