Export plotly plots with text field as html

Hi,
I’m trying to prepare a kind of report including plotly graphs. It is intended to be a html file and work offline. I know I can export a single plot (or even several plots created with fig = go.Figure(make_subplots(…)) with fig.to_html, but I’d like include several text fields as well. So that it contains text, graph, text, graph, perhaps a table as well.
Is that possible?