mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-16 04:34:56 +02:00
Adding _includes/package-list.html
This commit is contained in:
parent
b3365c4112
commit
e5c05d739f
1 changed files with 12 additions and 0 deletions
12
_includes/package-list.html
Normal file
12
_includes/package-list.html
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<div>
|
||||
<h4>{{ include.title }}</h4>
|
||||
{% if include.list.size > 0 %}
|
||||
<ul>
|
||||
{% for item in include.list %}
|
||||
<li>{{ item }}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% else %}
|
||||
<p class="text-gray-light ml-4">None</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue