9 lines
241 B
Django/Jinja
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 %}
|
|
|