How to do regex search and then show the regex match as an output in jinja2? Flask flyf35 — 1 April 2023 · Comments off Solution {% for vul3 in vul.ports_data %} {% with vulns as vul3.vulnerabilities.vulners|trim|length %} {% for cve in vulns.regex_list %} ...