1
0
mirror of https://gitlab.com/JKANetwork/CheckServer.git synced 2026-03-03 01:06:40 +01:00
Files
2020-10-04 17:14:00 +02:00

10 lines
189 B
HTML

{% if meta.source %}
<div class="source-links">
{% for filename in meta.source %}
<span class="label label-primary">{{ filename }}</span>
{% endfor %}
</div>
{% endif %}
{{ content }}