From e506ba9d242d1ce08860a1463d8ed704973f3c50 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sat, 18 Apr 2026 21:47:15 +0200 Subject: [PATCH] [tutorial v1.1_070] A conditional hidden family with Jinja --- firefox/20-manual.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/firefox/20-manual.yml b/firefox/20-manual.yml index ae857ce9..f1f87d9c 100644 --- a/firefox/20-manual.yml +++ b/firefox/20-manual.yml @@ -9,7 +9,10 @@ manual: '{{ identifier }}_proxy': description: '{{ identifier }} Proxy' hidden: - variable: _.use_for_https + jinja: |- + {% if _.use_for_https %} + HTTPS is same has HTTP + {% endif %} dynamic: - HTTPS - SOCKS