mirror of
https://github.com/pantor/inja.git
synced 2026-05-26 05:45:25 +00:00
clear up include template
This commit is contained in:
@@ -151,7 +151,7 @@ render("{% if not guest_count %}…{% endif %}", data); // True
|
||||
|
||||
#### Includes
|
||||
|
||||
This include other files, relative from the current file location.
|
||||
This includes other template files, relative from the current file location.
|
||||
```
|
||||
{% include "footer.html" %}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user