Saving templated app with embedded widget state outputs

Hi all,

Massive benafit of Panel for me is the ability to save a standalone html dashboard with embedded widget selection outputs using dashboard.save(embed=True).

I’m keen to apply some improved styling to my dashboards using jinja2 templates but wondered if there is a way to create a standalone html file with embedded widget outputs that has been produced using a jinja template?

Couldn’t find anything in the docs that joined these two topics. Hoping I’ve just overlooked something.

Many thanks!

That’s a good question and I think it should be possible to add a save method to the Template class. Would you mind filing an issue on Panel so this can be investigated?

Issue #1066 filed for this.

Thanks!