mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-27 13:28:51 +07:00
8 lines
125 B
Django/Jinja
8 lines
125 B
Django/Jinja
<!-- @{ module | upper }@ -->
|
|
|
|
<h2>@{module}@</h2>
|
|
|
|
{% for desc in description -%}
|
|
@{ desc | jpfunc }@
|
|
{% endfor %}
|