.gitignore
LICENSE
README.md
pyproject.toml
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/extractor.rst
docs/filters.rst
docs/formulation.rst
docs/index.rst
docs/make.bat
docs/tags.rst
src/django_sniplates.egg-info/PKG-INFO
src/django_sniplates.egg-info/SOURCES.txt
src/django_sniplates.egg-info/dependency_links.txt
src/django_sniplates.egg-info/requires.txt
src/django_sniplates.egg-info/top_level.txt
src/sniplates/__init__.py
src/sniplates/templates/sniplates/django.html
src/sniplates/templatetags/__init__.py
src/sniplates/templatetags/sniplates.py
tests/__init__.py
tests/forms.py
tests/models.py
tests/report_settings.py
tests/test_core.py
tests/test_filters.py
tests/test_forms.py
tests/test_inherited.py
tests/test_nested.py
tests/test_reuse.py
tests/test_widgets_django.py
tests/utils.py
tests/templates/field_tag/choices
tests/templates/field_tag/choices_multi
tests/templates/field_tag/choices_multi2
tests/templates/field_tag/empty_field
tests/templates/field_tag/field
tests/templates/field_tag/override
tests/templates/field_tag/override2
tests/templates/field_tag/widget2
tests/templates/field_tag/widgets
tests/templates/field_tag/widgets_django
tests/templates/filters/flatattrs
tests/templates/inheritance/base
tests/templates/inheritance/block_overlap
tests/templates/inheritance/block_overlap_widget
tests/templates/inheritance/parent_inherit
tests/templates/inheritance/parent_inherit_base
tests/templates/inheritance/parent_inherit_widgets
tests/templates/inheritance/parent_overlap
tests/templates/inheritance/parent_overlap_widgets
tests/templates/inheritance/super
tests/templates/inheritance/super_widget_base
tests/templates/inheritance/super_widget_inherit
tests/templates/invalid/bad_name
tests/templates/invalid/no_lib
tests/templates/invalid/no_widget
tests/templates/invalid/not_loaded
tests/templates/invalid/simple.html
tests/templates/load_widgets/load_widgets
tests/templates/load_widgets/load_widgets_three
tests/templates/load_widgets/load_widgets_two
tests/templates/load_widgets/other.html
tests/templates/load_widgets/simple.html
tests/templates/nested_tag/asvar
tests/templates/nested_tag/empty
tests/templates/nested_tag/invalid
tests/templates/nested_tag/invalid2
tests/templates/nested_tag/keep_widgets
tests/templates/nested_tag/simple
tests/templates/nested_tag/widgets
tests/templates/reuse/base
tests/templates/reuse/inwidget
tests/templates/reuse/reuse
tests/templates/reuse/simple
tests/templates/widget_tag/alias_self
tests/templates/widget_tag/asvar
tests/templates/widget_tag/fixed
tests/templates/widget_tag/inherit
tests/templates/widget_tag/var
tests/templates/widget_tag/widgets.1
tests/templates/widget_tag/widgets.2
tests/templates/widget_tag/widgets.3