explain_template_loading_attempts
This should help developers understand what failed
def explain_template_loading_attempts(
app: App,
template: str,
attempts: list[tuple[BaseLoader, Scaffold, tuple[str, str | None, t.Callable[[], bool] | None] | None]]
) - > None
This should help developers understand what failed
Parameters
| Name | Type | Description |
|---|---|---|
| app | App | The Flask application instance to log information to. |
| template | str | The name of the template that was being searched for. |
| attempts | `list[tuple[BaseLoader, Scaffold, tuple[str, str | None, t.Callable[[], bool] |
Returns
| Type | Description |
|---|---|
None |