{% 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 %}
Channel | GPS Start | GPS End | Duration (s) |
---|---|---|---|
{{channel}} | {{seg[0]}} | {{seg[1]}} | {{abs(seg)}} |
{{ 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 %}