File: content.html

package info (click to toggle)
eonasdan-bootstrap-datetimepicker 4.17.47-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 3,084 kB
  • sloc: javascript: 3,660; makefile: 13; xml: 12
file content (9 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (19)
1
2
3
4
5
6
7
8
9
{% if meta.source %}
<div class="source-links">
{% for filename in meta.source %}
    <span class="label label-primary">{{ filename }}</span>
{% endfor %}
</div>
{% endif %}

{{ content }}