Package templating
source code
Overview
The templating
package provides various classes and
routines to make it easier to use Jinja2 templates. It assumes that
the jinja2
package is available.
Copyright
The sabx10.templating package is part of sabx10.
sabx10 - an SABX file manipulation library Copyright (C) 2009, 2010
Jay Farrimond (jay@sabikerides.com)
sabx10 is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation, either version 3 of the License, or (at your
option) any later version.
sabx10 is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
along with sabx10. If not, see http://www.gnu.org/licenses/.
|
__package__ = ' sabx10.templating '
|