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