doc_infra/template/base.rst.j2
Michaël Ricart 351c12eed1
All checks were successful
/ test (push) Successful in 29s
[DEBIAN] add docker parsing json
2025-02-28 10:34:41 +01:00

9 lines
241 B
Django/Jinja

{{ "=" * (hostname|length) }}
{{ hostname.replace("\n", "") }}
{{ "=" * (hostname|length) }}
:os: {{ os["NAME"] }}
:version: {{ os["VERSION"] }}
{% if extend_exists %}{% include "{hostname}.rst.j2".format(hostname=hostname) %}{% endif %}