View in #contributing on Slack
@Pascal_Schmidt**:** Hi everyone,
we are currently facing an issue where we want to edit certain parts of the HTML Data Docs pages that are automatically generated via jinja templates.
While researching the best way to achieve that, we noticed that the ChoiceLoader that is used, receives the built-in PackageLoaders before the FileSystemLoaders that load from the custom_views_directory.
By my understanding, the ChoiceLoader looks for templates in the order of the loaders it receives at initialization. This means there is no way to simply override the default jinja template with my own version that has the same name in the custom_views_directory.
Do you see any reason, why we could not just switch around the “loaders” list, thus making it possible to override the default templates?