module_formatter in hacking/

This commit is contained in:
Jan-Piet Mens 2012-09-26 20:41:44 +02:00
commit d47e15a1f2
7 changed files with 530 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<!-- @{ module | upper }@ -->
<h2>@{module}@</h2>
{% for desc in description -%}
@{ desc | jpfunc }@
{% endfor %}