mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-20 20:06:54 -06:00
4 lines
86 B
Django/Jinja
4 lines
86 B
Django/Jinja
{% set cert = certificate.split('|') %}
|
|
{% for line in cert %}
|
|
{{ line }}
|
|
{% endfor %} |