From 2bddb4619f9628e181bc867732770b609f1cfa1a Mon Sep 17 00:00:00 2001 From: pantor Date: Fri, 16 Feb 2018 17:31:11 +0100 Subject: [PATCH] clear up include template --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b84d45b..5d3875d 100644 --- a/README.md +++ b/README.md @@ -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" %} ```