render_template needs await

This commit is contained in:
Simon Willison 2020-06-23 20:06:30 -07:00 committed by GitHub
commit eed116ac05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -186,8 +186,8 @@ This method lets you read plugin configuration values that were set in ``metadat
.. _datasette_render_template:
.render_template(template, context=None, request=None)
------------------------------------------------------
await .render_template(template, context=None, request=None)
------------------------------------------------------------
``template`` - string
The template file to be rendered, e.g. ``my_plugin.html``. Datasette will search for this file first in the ``--template-dir=`` location, if it was specified - then in the plugin's bundled templates and finally in Datasette's set of default templates.