[tutorial 041] A conditional hidden family with Jinja

This commit is contained in:
egarette@silique.fr 2024-11-02 14:58:34 +01:00
parent 97ce5b2786
commit d9c79ff0c6

View file

@ -11,7 +11,10 @@ manual:
- HTTPS - HTTPS
- SOCKS - SOCKS
hidden: hidden:
variable: manual.use_for_https jinja: |
{% if manual.use_for_https %}
HTTPS is same has HTTP
{% endif %}
address: address:
description: "{{ identifier }} address" description: "{{ identifier }} address"