File List Demos
Just Files
Folder and File
Nested Folders and Files
- project
- app
- __init__.py
- static
- templates
- components
- pages
- base.jinja
- home.jinja
- user.jinja
- README.md
- requirements.txt
With Highlighting
- project
- !! app
- __init__.py
- static
- templates
- components
- pages
- base.jinja
- home.jinja
- user.jinja
- README.md
- requirements.txt
- project
- app
- __init__.py
- static
- templates
- components
- !! pages
- base.jinja
- home.jinja
- user.jinja
- README.md
- requirements.txt
Nested Highlighting
- project
- !! app
- !! __init__.py
- static
- !! templates
- components
- !! pages
- base.jinja
- home.jinja
- user.jinja
- README.md
- !! requirements.txt