mirror of
https://github.com/arcan1s/ahriman.git
synced 2026-02-09 06:49:47 +00:00
11 lines
315 B
Django/Jinja
11 lines
315 B
Django/Jinja
{#simplified version of full report, now in markdown#}
|
|
## {{ repository }} update
|
|
|
|
{% for package in packages %}
|
|
* [{{ package.name }}]({{ link_path }}/{{ package.filename }}) {{ package.version }} at {{ package.build_date }}
|
|
{% endfor %}
|
|
|
|
{% if homepage is not none %}
|
|
[Repository]({{ homepage }})
|
|
{% endif %}
|