{% if filename.endswith('png') or filename.endswith('jpg') %} {% include 'file_img.html' %} {% elif filename.endswith('html') %} {{ open(path, 'r').read() }} {% elif ( filename.endswith('xml') or filename.endswith('xml.gz') ) and content %} {% for channel, segmentlist in content.items() %} {% for seg in segmentlist %} {% endfor %} {% endfor %}
Channel GPS Start GPS End Duration (s)
{{channel}} {{seg[0]}} {{seg[1]}} {{abs(seg)}}
{% elif filename.endswith('.ini') %}
{{ open(path, 'r').read() }}
{% elif filename.endswith('.htmlf') %}
{{content}}
{% else %}

Unsupported file extension.

{% endif %} Link to File {% if cp.check_option(filename, 'caption') %} {% endif %} {% if cp.check_option(filename, 'cmd') %} {% endif %}