update readme

This commit is contained in:
pantor
2020-06-27 18:11:48 +02:00
parent dadbb856cd
commit eb15b472ab

View File

@@ -192,7 +192,7 @@ render("{% include \"footer.html\" %}", data);
env.set_search_included_templates_in_files(false);
```
Inja will throw an `inja::RenderError` if an included file is not found.
Inja will throw an `inja::RenderError` if an included file is not found. To disable this error, you can call `env.set_throw_at_missing_includes(false);`.
### Functions