doc_infra/template/base.rst.j2

7 lines
146 B
Text
Raw Normal View History

2025-02-14 21:11:21 +01:00
{{ "=" * (hostname|length) }}
{{ hostname.replace("\n", "") }}
{{ "=" * (hostname|length) }}
2025-02-17 10:08:04 +01:00
:os: {{ os["name"] }}
:version: {{ os["version"] }}