README.md
pyproject.toml
fastpluggy_website_builder.egg-info/PKG-INFO
fastpluggy_website_builder.egg-info/SOURCES.txt
fastpluggy_website_builder.egg-info/dependency_links.txt
fastpluggy_website_builder.egg-info/entry_points.txt
fastpluggy_website_builder.egg-info/requires.txt
fastpluggy_website_builder.egg-info/top_level.txt
src/__init__.py
src/config.py
src/cookie_consent.py
src/crud_admin.py
src/models.py
src/plugin.py
src/tools.py
src/widget_builder.py
src/routers/__init__.py
src/routers/admin.py
src/routers/front.py
src/static/css/builder.css
src/static/js/bootstrap-jsonschema-form.js
src/static/js/builder/adapter.js
src/static/js/builder/confirm.js
src/static/js/builder/main.js
src/static/js/builder/palette.js
src/static/js/builder/preview.js
src/static/js/builder/properties.js
src/static/js/builder/state.js
src/static/js/builder/widgets.js
src/static/vendor/gridstack/LICENSE.txt
src/static/vendor/gridstack/README.md
src/static/vendor/gridstack/gridstack-all.js
src/static/vendor/gridstack/gridstack.min.css
src/templates/builder_ui.html.j2
src/templates/page_form.html.j2
src/templates/page_list.html.j2
src/templates/privacy.html.j2
src/widgets/__init__.py
src/widgets/contact_form/__init__.py
src/widgets/contact_form/models.py
src/widgets/contact_form/routers/__init__.py
src/widgets/contact_form/routers/front.py
tests/test_cookie_consent.py
tests/test_import.py
tests/test_widget_builder.py