{#
Renders Bokeh models into a basic .html file.
:param title: value for ``
`` tags
:type title: str
:param plot_resources: typically the output of RESOURCES
:type plot_resources: str
:param plot_script: typically the output of PLOT_SCRIPT
:type plot_script: str
Users can customize the file output by providing their own Jinja2 template
that accepts these same parameters.
Render Context Example:
{'base': ,
'bokeh_css': '',
'bokeh_js': ' \n'
' \n',
'doc': ,
'docs': [],
'macros': ,
'plot_div': '\n'
' \n',
'plot_script': '\n'
'