mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-16 04:34:56 +02:00
6 lines
No EOL
183 B
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 }} |