opened 09:21AM - 10 Sep 24 UTC
type: feature
@philippjfr mentioned that the current generation of Panel templates are backed …by Jinja2 templates initially because of a limitation in Bokeh where there can't be too many nested shadow roots(?), or else it would lag.
Now, I think this limitation is fixed(?). If so, we can steer away from Jinja2 templates and re-create them using native Panel components, with the benefit that it's usable in notebooks and there's no need to learn a separate template concept. Also, we can experiment with much more variety of templates easily.
The few things that I can think of that are not available are a collapsible sidebar component and ability to swap between light/dark theme.
cc @MarcSkovMadsen