.coveragerc
.flake8
.readthedocs.yaml
CHANGES.rst
CONTRIBUTORS.txt
COPYRIGHT.txt
LICENSE.txt
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/dependabot.yml
.github/workflows/ci-tests.yml
demo/__init__.py
demo/helloworld.jinja2
demo/test_demo.py
demo/locale/messages.pot
demo/locale/fr/LC_MESSAGES/messages.mo
demo/locale/fr/LC_MESSAGES/messages.po
docs/.gitignore
docs/Makefile
docs/api.rst
docs/changes.rst
docs/conf.py
docs/glossary.rst
docs/index.rst
src/pyramid_jinja2/__init__.py
src/pyramid_jinja2/configure.zcml
src/pyramid_jinja2/filters.py
src/pyramid_jinja2/i18n.py
src/pyramid_jinja2/settings.py
src/pyramid_jinja2.egg-info/PKG-INFO
src/pyramid_jinja2.egg-info/SOURCES.txt
src/pyramid_jinja2.egg-info/dependency_links.txt
src/pyramid_jinja2.egg-info/entry_points.txt
src/pyramid_jinja2.egg-info/requires.txt
src/pyramid_jinja2.egg-info/top_level.txt
src/pyramid_jinja2/scaffolds/__init__.py
src/pyramid_jinja2/scaffolds/jinja2_starter/+dot+coveragerc_tmpl
src/pyramid_jinja2/scaffolds/jinja2_starter/CHANGES.rst_tmpl
src/pyramid_jinja2/scaffolds/jinja2_starter/MANIFEST.in_tmpl
src/pyramid_jinja2/scaffolds/jinja2_starter/README.rst_tmpl
src/pyramid_jinja2/scaffolds/jinja2_starter/development.ini_tmpl
src/pyramid_jinja2/scaffolds/jinja2_starter/message-extraction.ini
src/pyramid_jinja2/scaffolds/jinja2_starter/pytest.ini_tmpl
src/pyramid_jinja2/scaffolds/jinja2_starter/setup.cfg_tmpl
src/pyramid_jinja2/scaffolds/jinja2_starter/setup.py_tmpl
src/pyramid_jinja2/scaffolds/jinja2_starter/+package+/__init__.py_tmpl
src/pyramid_jinja2/scaffolds/jinja2_starter/+package+/resources.py
src/pyramid_jinja2/scaffolds/jinja2_starter/+package+/tests.py_tmpl
src/pyramid_jinja2/scaffolds/jinja2_starter/+package+/views.py_tmpl
src/pyramid_jinja2/scaffolds/jinja2_starter/+package+/locale/+project+.pot
src/pyramid_jinja2/scaffolds/jinja2_starter/+package+/locale/de/LC_MESSAGES/+project+.mo
src/pyramid_jinja2/scaffolds/jinja2_starter/+package+/locale/de/LC_MESSAGES/+project+.po
src/pyramid_jinja2/scaffolds/jinja2_starter/+package+/locale/fr/LC_MESSAGES/+project+.mo
src/pyramid_jinja2/scaffolds/jinja2_starter/+package+/locale/fr/LC_MESSAGES/+project+.po
src/pyramid_jinja2/scaffolds/jinja2_starter/+package+/static/favicon.ico
src/pyramid_jinja2/scaffolds/jinja2_starter/+package+/static/pyramid-16x16.png
src/pyramid_jinja2/scaffolds/jinja2_starter/+package+/static/pyramid.png
src/pyramid_jinja2/scaffolds/jinja2_starter/+package+/static/theme.css
src/pyramid_jinja2/scaffolds/jinja2_starter/+package+/templates/mytemplate.jinja2_tmpl
tests/__init__.py
tests/babel.cfg
tests/base.py
tests/extensions.py
tests/test_ext.py
tests/test_filters.py
tests/test_it.py
tests/test_settings.py
tests/locale/messages.pot
tests/locale/en/LC_MESSAGES/messages.mo
tests/locale/en/LC_MESSAGES/messages.po
tests/templates/extends.jinja2
tests/templates/extends_missing.jinja2
tests/templates/extends_relbase.jinja2
tests/templates/extends_spec.jinja2
tests/templates/helloworld.jinja2
tests/templates/i18n.jinja2
tests/templates/newstyle.jinja2
tests/templates/tests_and_filters.jinja2
tests/templates/bar/mytemplate.jinja2
tests/templates/baz1/base.jinja2
tests/templates/baz1/middle.jinja2
tests/templates/baz1/mytemplate.jinja2
tests/templates/baz2/base.jinja2
tests/templates/baz2/mytemplate.jinja2
tests/templates/deep/base.jinja2
tests/templates/deep/forms.jinja2
tests/templates/deep/leaf.jinja2
tests/templates/deep/sub/base.jinja2
tests/templates/deep/sub/leaf.jinja2
tests/templates/deep/sub/nav.jinja2
tests/templates/foo/mytemplate.jinja2
tests/templates/recursive/base.html
tests/templates/recursive/admin/base.html
tests/templates/recursive/admin/index.html