1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-13 21:22:23 +00:00
community.general/hacking/templates/html.j2
2012-09-26 20:41:44 +02:00

7 lines
125 B
Django/Jinja

<!-- @{ module | upper }@ -->
<h2>@{module}@</h2>
{% for desc in description -%}
@{ desc | jpfunc }@
{% endfor %}