clear up include template

This commit is contained in:
pantor
2018-02-16 17:31:11 +01:00
parent bec63cd82a
commit 2bddb4619f

View File

@@ -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" %}
```