diff --git a/_docs/070_templates.md b/_docs/070_templates.md index 8ace2e9..af16606 100644 --- a/_docs/070_templates.md +++ b/_docs/070_templates.md @@ -93,7 +93,7 @@ directive as there is in Jinja. Here is an example. {% if yadm.os == "Darwin" %} This block is included for MacOS {% else %} -This block is included for for any other OS +This block is included for any other OS {% endif %} ```