1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-16 04:34:56 +02:00
apt/_includes/dist-list.html

6 lines
No EOL
183 B
HTML

{%- capture out -%}
{%- for i in include.list -%}
, <a href="{{include.baseurl}}/{{ i.name }}">{{ i.name }}</a>
{%- endfor -%}
{%- endcapture -%}
{{ out | remove_first: ", " | trim }}