mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
module_formatter in hacking/
This commit is contained in:
parent
c2daa77089
commit
d47e15a1f2
7 changed files with 530 additions and 0 deletions
7
hacking/templates/html.j2
Normal file
7
hacking/templates/html.j2
Normal file
|
@ -0,0 +1,7 @@
|
|||
<!-- @{ module | upper }@ -->
|
||||
|
||||
<h2>@{module}@</h2>
|
||||
|
||||
{% for desc in description -%}
|
||||
@{ desc | jpfunc }@
|
||||
{% endfor %}
|
Loading…
Add table
Add a link
Reference in a new issue