Initial Commit

This commit is contained in:
Renzo Meister
2018-11-06 17:14:02 +01:00
commit 925887b4a4
12 changed files with 1329 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# {{ project_title }}
{{ project_intro }}
{% if modules %}
Available addons
----------------
addon | version | summary
--- | --- | ---
{% for key, mod in modules.items() -%}
[{{ key }}]({{ key }}/) | {{ mod['version'] }}| {{ ('summary' in mod and mod['summary'] or 'name' in mod and mod['name'] or '').replace('\n','').replace('\r','') }}
{% endfor %}
{% endif %}