doc_infra/template/base.rst.j2
Michaël Ricart 0cb496b818
All checks were successful
/ test (push) Successful in 12s
fix os info
2025-02-27 11:47:34 +01:00

7 lines
147 B
Django/Jinja

{{ "=" * (hostname|length) }}
{{ hostname.replace("\n", "") }}
{{ "=" * (hostname|length) }}
:os: {{ os["NAME"] }}
:version: {{ os["VERSION"] }}