diff --git a/_docs/070_templates.md b/_docs/070_templates.md index d23d13a..8e2c725 100644 --- a/_docs/070_templates.md +++ b/_docs/070_templates.md @@ -96,7 +96,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 %} ```