-
-
Notifications
You must be signed in to change notification settings - Fork 773
Open
Milestone
Description
This idea first came up here:
If datasette.render_template(...)
takes an optional Context
subclass as an alternative to a context dictionary, I could then use dataclasses to define the context made available to specific templates - which then gives me something I can use to help document what they are.
Also refs: