Commit 087e4bb4 authored by FulcrandG's avatar FulcrandG
Browse files

Using jinja templates instead of wrappers in builder

parent ec982967
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
{{ readme }}

??? License\n
??? License
{% for line in license %}
    {{ line }}
{% endfor %}
@@ -8,8 +8,10 @@
# Changelog
* **[latest]({{ changelogs.latest.version }})**(current -> `{{ changelogs.latest.url }}`)
{% for version in changelogs %}
  {% if version is not "latest" %}
* [{{ version }}]({{ version.url }})
  {{ version.changelog }}
  {% endif %}
{% endfor %}

{% if code_owner %}