emperor.Emperor._get_template

Emperor._get_template(standalone=False)

Get the jinja template object

Parameters:

standalone: bool, optional

Whether or not the generated plot will load resources locally (True), or from a specified URL (False).

Returns:

jinja2.Template

Template where the plot is created.