Path: blob/main/doc/how_to/streamlit_migration/templates.md
2012 views
Organize and Style with Templates
Streamlit always uses the same template with a main and sidebar area to layout and style your app.
With Panel you have the flexibility to use the default, blank template, one of the built in templates or even create your own custom template.
Migration Steps
When migrating you will have to decide which template to use
Blank (default)
A built-in template like vanilla, bootstrap, material or fast. See the Templates Section of the Components Guide.
A custom template declared using Jinja2 syntax.
Example
FastListTemplate Example
Here is an example with the FastListTemplate
.