1
0
Fork 0
mirror of synced 2024-06-02 23:31:10 -04:00

Fix typo in templates directives example

This commit is contained in:
Alexandre GV 2020-04-01 02:17:23 +02:00 committed by Tim Byrne
parent c5bba67f0a
commit f5f6f9a98a
No known key found for this signature in database
GPG key ID: 14DB4FC2465A4B12

View file

@ -96,7 +96,7 @@ directive as there is in Jinja. Here is an example.
{% if yadm.os == "Darwin" %} {% if yadm.os == "Darwin" %}
This block is included for MacOS This block is included for MacOS
{% else %} {% else %}
This block is included for for any other OS This block is included for any other OS
{% endif %} {% endif %}
``` ```