Is there a way to add custom HTML and JS to the output page? Something like following would be nice, for example
my_before = '<script> abc ... </script>'
my_after = '<p> Arctic Ocean</p>'
create_map('abc.html', plugin_data=True, before=my_before, after=my_after)
Is there a way to add custom HTML and JS to the output page? Something like following would be nice, for example