mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
indentfirst->first
https://jinja.palletsprojects.com/en/3.0.x/templates/#jinja-filters.indent
This commit is contained in:
@@ -53,7 +53,7 @@ frontends:
|
||||
{{ cert_refid }}:
|
||||
path: {{ cert_template % cert_refid }}
|
||||
default: {{ "True" if frontend.ssl_default_certificate == cert_refid else "False" }}
|
||||
{{ getCert(cert_refid) | indent( width=8, indentfirst=True) -}}
|
||||
{{ getCert(cert_refid) | indent( width=8, first=True) -}}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user