fix readme semi

This commit is contained in:
pantor
2020-08-08 11:26:18 +02:00
parent a570837703
commit 98bc076313
+1 -1
View File
@@ -188,7 +188,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. To disable this error, you can call `env.set_throw_at_missing_includes(false);`.
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)`.
#### Assignments