mirror of
https://github.com/pantor/inja.git
synced 2026-05-09 14:15:24 +00:00
fix readme semi
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user