Merge pull request #831 from dharnitski/master

minor formatting fix ** Attention **
This commit is contained in:
astaxie
2017-04-21 23:07:21 +08:00
committed by GitHub

View File

@@ -144,7 +144,7 @@ If you need to check for conditions in templates, you can use the `if-else` synt
As you can see, it's easy to use `if-else` in templates.
** Attention ** You CANNOT use conditional expressions in if, for instance `.Mail=="astaxie@gmail.com"`. Only boolean values are acceptable.
**Attention** You CANNOT use conditional expressions in if, for instance `.Mail=="astaxie@gmail.com"`. Only boolean values are acceptable.
### pipelines