Vectors |
Vector: ifThe{{ if }} vector is a simple way to put conditional content into your website. If the condition in the vector
evaluates to true, then the vector's body will be rendered. Otherwise it will be skipped.The following values all evaluate to false:
Everything else evaluates to true. Examples{{ if: true }} This will be displayed! {{ endif }} {{ if: false }} This will NOT be displayed! {{ endif }} |